Uses of Class
net.minecraft.world.chunk.Chunk
-
-
Uses of Chunk in net.minecraft.client.gui.overlay
Fields in net.minecraft.client.gui.overlay declared as Chunk Modifier and Type Field Description private Chunk
DebugOverlayGui. clientChunk
Fields in net.minecraft.client.gui.overlay with type parameters of type Chunk Modifier and Type Field Description private java.util.concurrent.CompletableFuture<Chunk>
DebugOverlayGui. serverChunk
Methods in net.minecraft.client.gui.overlay that return Chunk Modifier and Type Method Description private Chunk
DebugOverlayGui. getClientChunk()
private Chunk
DebugOverlayGui. getServerChunk()
-
Uses of Chunk in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as Chunk Modifier and Type Field Description private Chunk
ClientChunkProvider. emptyChunk
Fields in net.minecraft.client.multiplayer with type parameters of type Chunk Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReferenceArray<Chunk>
ClientChunkProvider.ChunkArray. chunks
Methods in net.minecraft.client.multiplayer that return Chunk Modifier and Type Method Description protected Chunk
ClientChunkProvider.ChunkArray. getChunk(int p_217192_1_)
Chunk
ClientChunkProvider. getChunk(int p_212849_1_, int p_212849_2_, ChunkStatus p_212849_3_, boolean p_212849_4_)
protected Chunk
ClientChunkProvider.ChunkArray. replace(int p_217190_1_, Chunk p_217190_2_, Chunk p_217190_3_)
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 Chunk Modifier and Type Method Description private static boolean
ClientChunkProvider. isValidChunk(Chunk p_217249_0_, int p_217249_1_, int p_217249_2_)
protected void
ClientChunkProvider.ChunkArray. replace(int p_217181_1_, Chunk p_217181_2_)
protected Chunk
ClientChunkProvider.ChunkArray. replace(int p_217190_1_, Chunk p_217190_2_, Chunk p_217190_3_)
-
Uses of Chunk in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as Chunk Modifier and Type Field Description protected Chunk[][]
ChunkRenderCache. chunks
Methods in net.minecraft.client.renderer.chunk with parameters of type Chunk Modifier and Type Method Description static 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 Chunk Constructor Description ChunkRenderCache(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 Modifier and Type Method Description void
ClientWorld. reAddEntitiesToChunk(Chunk p_217417_1_)
void
ClientWorld. unload(Chunk p_217409_1_)
-
Uses of Chunk in net.minecraft.network.play.server
Methods in net.minecraft.network.play.server with parameters of type Chunk Modifier and Type Method Description protected 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 Constructor Description SChunkDataPacket(Chunk p_i242081_1_, int p_i242081_2_)
-
Uses of Chunk in net.minecraft.tileentity
Methods in net.minecraft.tileentity that return Chunk Modifier and Type Method Description private static Chunk
EndGatewayTileEntity. getChunk(World p_195495_0_, Vector3d p_195495_1_)
Methods in net.minecraft.tileentity with parameters of type Chunk Modifier and Type Method Description private 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 Chunk Modifier and Type Method Description void
UpgradeData. upgrade(Chunk p_196990_1_)
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 Chunk Modifier and Type Method Description Chunk
World. getChunk(int p_212866_1_, int p_212866_2_)
Chunk
World. getChunkAt(BlockPos p_175726_1_)
Methods in net.minecraft.world with parameters of type Chunk Modifier and Type Method Description void
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.chunk Modifier and Type Class Description class
EmptyChunk
Fields in net.minecraft.world.chunk declared as Chunk Modifier and Type Field Description private Chunk
ChunkPrimerWrapper. wrapped
Fields in net.minecraft.world.chunk with type parameters of type Chunk Modifier and Type Field Description private java.util.function.Consumer<Chunk>
Chunk. postLoad
Methods in net.minecraft.world.chunk that return Chunk Modifier and Type Method Description Chunk
AbstractChunkProvider. getChunk(int p_217205_1_, int p_217205_2_, boolean p_217205_3_)
Chunk
AbstractChunkProvider. getChunkNow(int p_225313_1_, int p_225313_2_)
Chunk
ChunkPrimerWrapper. getWrapped()
Constructors in net.minecraft.world.chunk with parameters of type Chunk Constructor Description ChunkPrimerWrapper(Chunk p_i49948_1_)
Constructor parameters in net.minecraft.world.chunk with type arguments of type Chunk Constructor Description Chunk(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_, java.util.function.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 Chunk Modifier and Type Method Description private 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 Chunk Modifier and Type Field Description (package private) Chunk
ChunkHolder. currentlyLoading
Fields in net.minecraft.world.server with type parameters of type Chunk Modifier and Type Field Description private java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>>
ChunkHolder. entityTickingChunkFuture
private java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>>
ChunkHolder. fullChunkFuture
private java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>>
ChunkHolder. tickingChunkFuture
static com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>
ChunkHolder. UNLOADED_LEVEL_CHUNK
private static java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>>
ChunkHolder. UNLOADED_LEVEL_CHUNK_FUTURE
Methods in net.minecraft.world.server that return Chunk Modifier and Type Method Description Chunk
ServerChunkProvider. getChunkNow(int p_225313_1_, int p_225313_2_)
Chunk
ChunkHolder. getTickingChunk()
Methods in net.minecraft.world.server that return types with arguments of type Chunk Modifier and Type Method Description java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>>
ChunkHolder. getEntityTickingChunkFuture()
java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>>
ChunkManager. getEntityTickingRangeFuture(ChunkPos p_219188_1_)
java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>>
ChunkHolder. getFullChunkFuture()
java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>>
ChunkHolder. getTickingChunkFuture()
java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>>
ChunkManager. postProcess(ChunkHolder p_219179_1_)
java.util.concurrent.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 Chunk Modifier and Type Method Description void
ChunkHolder. broadcastChanges(Chunk p_219274_1_)
java.util.concurrent.CompletableFuture<java.lang.Void>
ChunkManager. packTicks(Chunk p_222973_1_)
private void
ChunkManager. playerLoadedChunk(ServerPlayerEntity p_219180_1_, IPacket<?>[] p_219180_2_, Chunk p_219180_3_)
void
ServerWorld. tickChunk(Chunk p_217441_1_, int p_217441_2_)
void
ServerWorld. unload(Chunk p_217466_1_)
Method parameters in net.minecraft.world.server with type arguments of type Chunk Modifier and Type Method Description private boolean
ServerChunkProvider. checkChunkFuture(long p_222872_1_, java.util.function.Function<ChunkHolder,java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>>> p_222872_3_)
private void
ServerChunkProvider. getFullChunk(long p_241098_1_, java.util.function.Consumer<Chunk> p_241098_3_)
private static java.lang.String
ChunkManager. printFuture(java.util.concurrent.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 Chunk Modifier and Type Method Description private 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 Modifier and Type Method Description void
WorldEntitySpawner.IInitialDensityAdder. query(long p_query_1_, java.util.function.Consumer<Chunk> p_query_3_)
-
Uses of Chunk in net.minecraftforge.fml.network
Fields in net.minecraftforge.fml.network with type parameters of type Chunk Modifier and Type Field Description static 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 Chunk Modifier and Type Method Description private java.util.function.Consumer<IPacket<?>>
PacketDistributor. trackingChunk(java.util.function.Supplier<Chunk> chunkPosSupplier)
-