Uses of Class
net.minecraft.world.chunk.Chunk
Package
Description
-
Uses of Chunk in net.minecraft.client.gui.overlay
Modifier and TypeMethodDescriptionprivate Chunk
DebugOverlayGui.getClientChunk()
private Chunk
DebugOverlayGui.getServerChunk()
-
Uses of Chunk in net.minecraft.client.multiplayer
Modifier and TypeFieldDescriptionprivate final AtomicReferenceArray<Chunk>
ClientChunkProvider.ChunkArray.chunks
Modifier and TypeMethodDescriptionprotected Chunk
ClientChunkProvider.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 Chunk
ClientChunkProvider.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_) Modifier and TypeMethodDescriptionprivate static boolean
ClientChunkProvider.isValidChunk
(Chunk p_217249_0_, int p_217249_1_, int p_217249_2_) protected void
protected Chunk
-
Uses of Chunk in net.minecraft.client.renderer.chunk
Modifier and TypeMethodDescriptionstatic boolean
ChunkRenderCache.isAllEmpty
(BlockPos p_241718_0_, BlockPos p_241718_1_, int p_241718_2_, int p_241718_3_, Chunk[][] p_241718_4_) ModifierConstructorDescriptionChunkRenderCache
(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
-
Uses of Chunk in net.minecraft.network.play.server
Modifier and TypeMethodDescriptionprotected int
SChunkDataPacket.calculateChunkSize
(Chunk p_218709_1_, int p_218709_2_) int
SChunkDataPacket.extractChunkData
(PacketBuffer p_218708_1_, Chunk p_218708_2_, int p_218708_3_) -
Uses of Chunk in net.minecraft.tileentity
Modifier and TypeMethodDescriptionprivate static BlockPos
EndGatewayTileEntity.findValidSpawnInChunk
(Chunk p_195498_0_) -
Uses of Chunk in net.minecraft.util.palette
Modifier and TypeMethodDescriptionvoid
private void
UpgradeData.upgradeInside
(Chunk p_196989_1_) private static void
UpgradeData.upgradeSides
(Chunk p_196991_0_, Direction8 p_196991_1_) -
Uses of Chunk in net.minecraft.world
Modifier and TypeMethodDescriptionWorld.getChunk
(int p_212866_1_, int p_212866_2_) World.getChunkAt
(BlockPos p_175726_1_) Modifier and TypeMethodDescriptionvoid
World.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
Modifier 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()
ModifierConstructorDescriptionChunk
(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
Modifier and TypeMethodDescriptionprivate static void
ChunkSerializer.postLoadChunk
(CompoundNBT p_222650_0_, Chunk p_222650_1_) -
Uses of Chunk in net.minecraft.world.server
Modifier and TypeFieldDescriptionprivate CompletableFuture<com.mojang.datafixers.util.Either<Chunk,
ChunkHolder.IChunkLoadingError>> ChunkHolder.entityTickingChunkFuture
private CompletableFuture<com.mojang.datafixers.util.Either<Chunk,
ChunkHolder.IChunkLoadingError>> ChunkHolder.fullChunkFuture
private CompletableFuture<com.mojang.datafixers.util.Either<Chunk,
ChunkHolder.IChunkLoadingError>> ChunkHolder.tickingChunkFuture
static final com.mojang.datafixers.util.Either<Chunk,
ChunkHolder.IChunkLoadingError> ChunkHolder.UNLOADED_LEVEL_CHUNK
private static final CompletableFuture<com.mojang.datafixers.util.Either<Chunk,
ChunkHolder.IChunkLoadingError>> ChunkHolder.UNLOADED_LEVEL_CHUNK_FUTURE
Modifier and TypeMethodDescriptionServerChunkProvider.getChunkNow
(int p_225313_1_, int p_225313_2_) ChunkHolder.getTickingChunk()
Modifier 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_) Modifier and TypeMethodDescriptionvoid
ChunkHolder.broadcastChanges
(Chunk p_219274_1_) private void
ChunkManager.playerLoadedChunk
(ServerPlayerEntity p_219180_1_, IPacket<?>[] p_219180_2_, Chunk p_219180_3_) void
void
Modifier and TypeMethodDescriptionprivate boolean
ServerChunkProvider.checkChunkFuture
(long p_222872_1_, Function<ChunkHolder, CompletableFuture<com.mojang.datafixers.util.Either<Chunk, ChunkHolder.IChunkLoadingError>>> p_222872_3_) private void
ServerChunkProvider.getFullChunk
(long p_241098_1_, Consumer<Chunk> p_241098_3_) private static String
ChunkManager.printFuture
(CompletableFuture<com.mojang.datafixers.util.Either<Chunk, ChunkHolder.IChunkLoadingError>> p_225402_0_) -
Uses of Chunk in net.minecraft.world.spawner
Modifier and TypeMethodDescriptionprivate static BlockPos
WorldEntitySpawner.getRandomPosWithin
(World p_222262_0_, Chunk p_222262_1_) static void
WorldEntitySpawner.spawnCategoryForChunk
(EntityClassification p_234967_0_, ServerWorld p_234967_1_, Chunk p_234967_2_, WorldEntitySpawner.IDensityCheck p_234967_3_, WorldEntitySpawner.IOnSpawnDensityAdder p_234967_4_) static void
WorldEntitySpawner.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_) -
Uses of Chunk in net.minecraftforge.fml.network
Modifier and TypeFieldDescriptionstatic final PacketDistributor<Chunk>
PacketDistributor.TRACKING_CHUNK
Send to all tracking the Chunk in the Supplier
PacketDistributor.with(Supplier)
ChunkModifier and TypeMethodDescriptionPacketDistributor.trackingChunk
(Supplier<Chunk> chunkPosSupplier)