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 ChunkDebugOverlayGui. clientChunkFields in net.minecraft.client.gui.overlay with type parameters of type Chunk Modifier and Type Field Description private java.util.concurrent.CompletableFuture<Chunk>DebugOverlayGui. serverChunkMethods in net.minecraft.client.gui.overlay that return Chunk Modifier and Type Method Description private ChunkDebugOverlayGui. getClientChunk()private ChunkDebugOverlayGui. getServerChunk() -
Uses of Chunk in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as Chunk Modifier and Type Field Description private ChunkClientChunkProvider. emptyChunkFields 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. chunksMethods in net.minecraft.client.multiplayer that return Chunk Modifier and Type Method Description protected ChunkClientChunkProvider.ChunkArray. getChunk(int p_217192_1_)ChunkClientChunkProvider. getChunk(int p_212849_1_, int p_212849_2_, ChunkStatus p_212849_3_, boolean p_212849_4_)protected ChunkClientChunkProvider.ChunkArray. replace(int p_217190_1_, Chunk p_217190_2_, Chunk p_217190_3_)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 Chunk Modifier and Type Method Description private static booleanClientChunkProvider. isValidChunk(Chunk p_217249_0_, int p_217249_1_, int p_217249_2_)protected voidClientChunkProvider.ChunkArray. replace(int p_217181_1_, Chunk p_217181_2_)protected ChunkClientChunkProvider.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. chunksMethods in net.minecraft.client.renderer.chunk with parameters of type Chunk Modifier and Type Method Description static 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 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 voidClientWorld. reAddEntitiesToChunk(Chunk p_217417_1_)voidClientWorld. 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 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 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 ChunkEndGatewayTileEntity. 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 BlockPosEndGatewayTileEntity. 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 voidUpgradeData. upgrade(Chunk p_196990_1_)private 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 Chunk Modifier and Type Method Description ChunkWorld. getChunk(int p_212866_1_, int p_212866_2_)ChunkWorld. getChunkAt(BlockPos p_175726_1_)Methods in net.minecraft.world with parameters of type Chunk Modifier and Type Method Description voidWorld. 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 classEmptyChunkFields in net.minecraft.world.chunk declared as Chunk Modifier and Type Field Description private ChunkChunkPrimerWrapper. wrappedFields in net.minecraft.world.chunk with type parameters of type Chunk Modifier and Type Field Description private java.util.function.Consumer<Chunk>Chunk. postLoadMethods in net.minecraft.world.chunk that return Chunk Modifier and Type Method Description ChunkAbstractChunkProvider. getChunk(int p_217205_1_, int p_217205_2_, boolean p_217205_3_)ChunkAbstractChunkProvider. getChunkNow(int p_225313_1_, int p_225313_2_)ChunkChunkPrimerWrapper. 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 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 Chunk Modifier and Type Field Description (package private) ChunkChunkHolder. currentlyLoadingFields 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. entityTickingChunkFutureprivate java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>>ChunkHolder. fullChunkFutureprivate java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>>ChunkHolder. tickingChunkFuturestatic com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>ChunkHolder. UNLOADED_LEVEL_CHUNKprivate static java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>>ChunkHolder. UNLOADED_LEVEL_CHUNK_FUTUREMethods in net.minecraft.world.server that return Chunk Modifier and Type Method Description ChunkServerChunkProvider. getChunkNow(int p_225313_1_, int p_225313_2_)ChunkChunkHolder. 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 voidChunkHolder. broadcastChanges(Chunk p_219274_1_)java.util.concurrent.CompletableFuture<java.lang.Void>ChunkManager. packTicks(Chunk p_222973_1_)private voidChunkManager. playerLoadedChunk(ServerPlayerEntity p_219180_1_, IPacket<?>[] p_219180_2_, Chunk p_219180_3_)voidServerWorld. tickChunk(Chunk p_217441_1_, int p_217441_2_)voidServerWorld. unload(Chunk p_217466_1_)Method parameters in net.minecraft.world.server with type arguments of type Chunk Modifier and Type Method Description private booleanServerChunkProvider. 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 voidServerChunkProvider. getFullChunk(long p_241098_1_, java.util.function.Consumer<Chunk> p_241098_3_)private static java.lang.StringChunkManager. 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 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 Modifier and Type Method Description voidWorldEntitySpawner.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_CHUNKSend 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)
-