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 Chunk
DebugOverlayGui.getClientChunk()
private Chunk
DebugOverlayGui.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.chunks
Methods in net.minecraft.client.multiplayer that return ChunkModifier 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_) Methods in net.minecraft.client.multiplayer with parameters of type ChunkModifier 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
Fields in net.minecraft.client.renderer.chunk declared as ChunkMethods in net.minecraft.client.renderer.chunk with parameters of type ChunkModifier 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_) 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 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_) 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 BlockPos
EndGatewayTileEntity.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 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
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 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
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 void
ChunkSerializer.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.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
Methods 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 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
Method parameters in net.minecraft.world.server with type arguments of type ChunkModifier 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
Methods in net.minecraft.world.spawner with parameters of type ChunkModifier 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_) 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_CHUNK
Send 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)