Uses of Class
net.minecraft.world.chunk.Chunk
Packages that use Chunk
Package
Description
-
Uses of Chunk in net.minecraft.client.gui.overlay
Fields in net.minecraft.client.gui.overlay declared as ChunkFields in net.minecraft.client.gui.overlay with type parameters of type ChunkMethods in net.minecraft.client.gui.overlay that return ChunkModifier and TypeMethodDescriptionprivate ChunkDebugOverlayGui.getClientChunk()private ChunkDebugOverlayGui.getServerChunk() -
Uses of Chunk in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as ChunkFields in net.minecraft.client.multiplayer with type parameters of type ChunkModifier and TypeFieldDescriptionprivate final AtomicReferenceArray<Chunk>ClientChunkProvider.ChunkArray.chunksMethods in net.minecraft.client.multiplayer that return ChunkModifier and TypeMethodDescriptionprotected ChunkClientChunkProvider.ChunkArray.getChunk(int p_217192_1_) ClientChunkProvider.getChunk(int p_212849_1_, int p_212849_2_, ChunkStatus p_212849_3_, boolean p_212849_4_) protected ChunkClientChunkProvider.replaceWithPacketData(int p_228313_1_, int p_228313_2_, BiomeContainer p_228313_3_, PacketBuffer p_228313_4_, CompoundNBT p_228313_5_, int p_228313_6_, boolean p_228313_7_) Methods in net.minecraft.client.multiplayer with parameters of type ChunkModifier and TypeMethodDescriptionprivate static booleanClientChunkProvider.isValidChunk(Chunk p_217249_0_, int p_217249_1_, int p_217249_2_) protected voidprotected Chunk -
Uses of Chunk in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as ChunkMethods in net.minecraft.client.renderer.chunk with parameters of type ChunkModifier and TypeMethodDescriptionstatic booleanChunkRenderCache.isAllEmpty(BlockPos p_241718_0_, BlockPos p_241718_1_, int p_241718_2_, int p_241718_3_, Chunk[][] p_241718_4_) Constructors in net.minecraft.client.renderer.chunk with parameters of type ChunkModifierConstructorDescriptionChunkRenderCache(World p_i49840_1_, int p_i49840_2_, int p_i49840_3_, Chunk[][] p_i49840_4_, BlockPos p_i49840_5_, BlockPos p_i49840_6_) -
Uses of Chunk in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type Chunk -
Uses of Chunk in net.minecraft.network.play.server
Methods in net.minecraft.network.play.server with parameters of type ChunkModifier and TypeMethodDescriptionprotected intSChunkDataPacket.calculateChunkSize(Chunk p_218709_1_, int p_218709_2_) intSChunkDataPacket.extractChunkData(PacketBuffer p_218708_1_, Chunk p_218708_2_, int p_218708_3_) Constructors in net.minecraft.network.play.server with parameters of type Chunk -
Uses of Chunk in net.minecraft.tileentity
Methods in net.minecraft.tileentity that return ChunkMethods in net.minecraft.tileentity with parameters of type ChunkModifier and TypeMethodDescriptionprivate static BlockPosEndGatewayTileEntity.findValidSpawnInChunk(Chunk p_195498_0_) -
Uses of Chunk in net.minecraft.util.palette
Methods in net.minecraft.util.palette with parameters of type ChunkModifier and TypeMethodDescriptionvoidprivate voidUpgradeData.upgradeInside(Chunk p_196989_1_) private static voidUpgradeData.upgradeSides(Chunk p_196991_0_, Direction8 p_196991_1_) -
Uses of Chunk in net.minecraft.world
Methods in net.minecraft.world that return ChunkModifier and TypeMethodDescriptionWorld.getChunk(int p_212866_1_, int p_212866_2_) World.getChunkAt(BlockPos p_175726_1_) Methods in net.minecraft.world with parameters of type ChunkModifier and TypeMethodDescriptionvoidWorld.markAndNotifyBlock(BlockPos p_241211_1_, Chunk chunk, BlockState blockstate, BlockState p_241211_2_, int p_241211_3_, int p_241211_4_) -
Uses of Chunk in net.minecraft.world.chunk
Subclasses of Chunk in net.minecraft.world.chunkFields in net.minecraft.world.chunk declared as ChunkFields in net.minecraft.world.chunk with type parameters of type ChunkMethods in net.minecraft.world.chunk that return ChunkModifier and TypeMethodDescriptionAbstractChunkProvider.getChunk(int p_217205_1_, int p_217205_2_, boolean p_217205_3_) AbstractChunkProvider.getChunkNow(int p_225313_1_, int p_225313_2_) ChunkPrimerWrapper.getWrapped()Constructors in net.minecraft.world.chunk with parameters of type ChunkConstructor parameters in net.minecraft.world.chunk with type arguments of type ChunkModifierConstructorDescriptionChunk(World p_i225781_1_, ChunkPos p_i225781_2_, BiomeContainer p_i225781_3_, UpgradeData p_i225781_4_, ITickList<Block> p_i225781_5_, ITickList<Fluid> p_i225781_6_, long p_i225781_7_, ChunkSection[] p_i225781_9_, Consumer<Chunk> p_i225781_10_) -
Uses of Chunk in net.minecraft.world.chunk.storage
Methods in net.minecraft.world.chunk.storage with parameters of type ChunkModifier and TypeMethodDescriptionprivate static voidChunkSerializer.postLoadChunk(CompoundNBT p_222650_0_, Chunk p_222650_1_) -
Uses of Chunk in net.minecraft.world.server
Fields in net.minecraft.world.server declared as ChunkFields in net.minecraft.world.server with type parameters of type ChunkModifier and TypeFieldDescriptionprivate CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> ChunkHolder.entityTickingChunkFutureprivate CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> ChunkHolder.fullChunkFutureprivate CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> ChunkHolder.tickingChunkFuturestatic final com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError> ChunkHolder.UNLOADED_LEVEL_CHUNKprivate static final CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> ChunkHolder.UNLOADED_LEVEL_CHUNK_FUTUREMethods in net.minecraft.world.server that return ChunkModifier and TypeMethodDescriptionServerChunkProvider.getChunkNow(int p_225313_1_, int p_225313_2_) ChunkHolder.getTickingChunk()Methods in net.minecraft.world.server that return types with arguments of type ChunkModifier and TypeMethodDescriptionCompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> ChunkHolder.getEntityTickingChunkFuture()CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> ChunkManager.getEntityTickingRangeFuture(ChunkPos p_219188_1_) CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> ChunkHolder.getFullChunkFuture()CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> ChunkHolder.getTickingChunkFuture()CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> ChunkManager.postProcess(ChunkHolder p_219179_1_) CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> ChunkManager.unpackTicks(ChunkHolder p_222961_1_) Methods in net.minecraft.world.server with parameters of type ChunkModifier and TypeMethodDescriptionvoidChunkHolder.broadcastChanges(Chunk p_219274_1_) private voidChunkManager.playerLoadedChunk(ServerPlayerEntity p_219180_1_, IPacket<?>[] p_219180_2_, Chunk p_219180_3_) voidvoidMethod parameters in net.minecraft.world.server with type arguments of type ChunkModifier and TypeMethodDescriptionprivate booleanServerChunkProvider.checkChunkFuture(long p_222872_1_, Function<ChunkHolder, CompletableFuture<com.mojang.datafixers.util.Either<Chunk, ChunkHolder.IChunkLoadingError>>> p_222872_3_) private voidServerChunkProvider.getFullChunk(long p_241098_1_, Consumer<Chunk> p_241098_3_) private static StringChunkManager.printFuture(CompletableFuture<com.mojang.datafixers.util.Either<Chunk, ChunkHolder.IChunkLoadingError>> p_225402_0_) -
Uses of Chunk in net.minecraft.world.spawner
Methods in net.minecraft.world.spawner with parameters of type ChunkModifier and TypeMethodDescriptionprivate static BlockPosWorldEntitySpawner.getRandomPosWithin(World p_222262_0_, Chunk p_222262_1_) static voidWorldEntitySpawner.spawnCategoryForChunk(EntityClassification p_234967_0_, ServerWorld p_234967_1_, Chunk p_234967_2_, WorldEntitySpawner.IDensityCheck p_234967_3_, WorldEntitySpawner.IOnSpawnDensityAdder p_234967_4_) static voidWorldEntitySpawner.spawnForChunk(ServerWorld p_234979_0_, Chunk p_234979_1_, WorldEntitySpawner.EntityDensityManager p_234979_2_, boolean p_234979_3_, boolean p_234979_4_, boolean p_234979_5_) Method parameters in net.minecraft.world.spawner with type arguments of type Chunk -
Uses of Chunk in net.minecraftforge.fml.network
Fields in net.minecraftforge.fml.network with type parameters of type ChunkModifier and TypeFieldDescriptionstatic final PacketDistributor<Chunk>PacketDistributor.TRACKING_CHUNKSend to all tracking the Chunk in the Supplier
PacketDistributor.with(Supplier)ChunkMethod parameters in net.minecraftforge.fml.network with type arguments of type ChunkModifier and TypeMethodDescriptionPacketDistributor.trackingChunk(Supplier<Chunk> chunkPosSupplier)