Uses of Class
net.minecraft.world.chunk.WorldChunk
Package
Description
-
Uses of WorldChunk in net.minecraft.block.entity
-
Uses of WorldChunk in net.minecraft.client.gui.hud
Modifier and TypeFieldDescriptionprivate @Nullable CompletableFuture<WorldChunk>
DebugHud.chunkFuture
Modifier and TypeMethodDescriptionprivate @Nullable WorldChunk
DebugHud.getChunk()
private WorldChunk
DebugHud.getClientChunk()
-
Uses of WorldChunk in net.minecraft.client.render.chunk
Modifier and TypeMethodDescriptionstatic boolean
ChunkRendererRegion.method_30000(BlockPos blockPos, BlockPos blockPos2, int int2, int int3, WorldChunk[][] worldChunk)
ModifierConstructorDescriptionChunkRendererRegion(World world, int chunkX, int chunkZ, WorldChunk[][] chunks, BlockPos startPos, BlockPos endPos)
-
Uses of WorldChunk in net.minecraft.client.world
Modifier and TypeFieldDescription(package private) AtomicReferenceArray<WorldChunk>
ClientChunkManager.ClientChunkMap.chunks
Modifier and TypeMethodDescriptionprotected WorldChunk
ClientChunkManager.ClientChunkMap.compareAndSet(int index, WorldChunk expect, @Nullable WorldChunk update)
protected @Nullable WorldChunk
ClientChunkManager.ClientChunkMap.getChunk(int index)
ClientChunkManager.getChunk(int int2, int int3, ChunkStatus chunkStatus, boolean bool)
ClientChunkManager.loadChunkFromPacket(int x, int z, BiomeArray biomes, PacketByteBuf buf, NbtCompound nbt, BitSet bitSet)
Modifier and TypeMethodDescriptionprotected WorldChunk
ClientChunkManager.ClientChunkMap.compareAndSet(int index, WorldChunk expect, @Nullable WorldChunk update)
private static boolean
ClientChunkManager.positionEquals(@Nullable WorldChunk chunk, int x, int z)
protected void
ClientChunkManager.ClientChunkMap.set(int index, @Nullable WorldChunk chunk)
void
ClientWorld.unloadBlockEntities(WorldChunk chunk)
-
Uses of WorldChunk in net.minecraft.network.packet.s2c.play
Modifier and TypeMethodDescriptionprotected int
ChunkDataS2CPacket.getDataSize(WorldChunk chunk)
ChunkDataS2CPacket.writeData(PacketByteBuf buf, WorldChunk chunk)
-
Uses of WorldChunk in net.minecraft.server.world
Modifier and TypeFieldDescriptionprivate CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>>
ChunkHolder.accessibleFuture
private CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>>
ChunkHolder.entityTickingFuture
private CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>>
ChunkHolder.tickingFuture
static com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>
ChunkHolder.UNLOADED_WORLD_CHUNK
private static CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>>
ChunkHolder.UNLOADED_WORLD_CHUNK_FUTURE
Modifier and TypeMethodDescriptionChunkHolder.getWorldChunk()
ServerChunkManager.getWorldChunk(int chunkX, int chunkZ)
Modifier and TypeMethodDescriptionCompletableFuture<com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>>
ChunkHolder.getAccessibleFuture()
CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>>
ChunkHolder.getEntityTickingFuture()
CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>>
ChunkHolder.getTickingFuture()
CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>>
ThreadedAnvilChunkStorage.makeChunkEntitiesTickable(ChunkPos pos)
CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>>
ThreadedAnvilChunkStorage.makeChunkTickable(ChunkHolder holder)
CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>>
ThreadedAnvilChunkStorage.method_31417(ChunkHolder chunkHolder)
Modifier and TypeMethodDescriptionThreadedAnvilChunkStorage.enableTickSchedulers(WorldChunk chunk)
void
ChunkHolder.flushUpdates(WorldChunk chunk)
private void
ThreadedAnvilChunkStorage.sendChunkDataPackets(ServerPlayerEntity player, Packet<?>[] packets, WorldChunk chunk)
void
ServerWorld.tickChunk(WorldChunk chunk, int randomTickSpeed)
void
ServerWorld.unloadEntities(WorldChunk chunk)
Modifier and TypeMethodDescriptionprivate static String
ThreadedAnvilChunkStorage.getFutureStatus(CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>> completableFuture)
private void
ServerChunkManager.ifChunkLoaded(long pos, Consumer<WorldChunk> chunkConsumer)
private boolean
ServerChunkManager.isFutureReady(long pos, Function<ChunkHolder,CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>>> futureFunction)
private void
ChunkHolder.method_31409(ThreadedAnvilChunkStorage threadedAnvilChunkStorage, CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>> completableFuture, Executor executor, ChunkHolder.LevelType levelType)
-
Uses of WorldChunk in net.minecraft.world
Modifier and TypeMethodDescriptionWorld.getChunk(int int2, int int3)
World.getWorldChunk(BlockPos pos)
Modifier and TypeMethodDescriptionprivate static BlockPos
SpawnHelper.getSpawnPos(World world, WorldChunk chunk)
private static void
ChunkSerializer.loadEntities(ServerWorld world, NbtCompound nbt, WorldChunk chunk)
static void
SpawnHelper.spawn(ServerWorld world, WorldChunk chunk, SpawnHelper.Info info, boolean spawnAnimals, boolean spawnMonsters, boolean rareSpawn)
static void
SpawnHelper.spawnEntitiesInChunk(SpawnGroup group, ServerWorld world, WorldChunk chunk, SpawnHelper.Checker checker, SpawnHelper.Runner runner)
Modifier and TypeMethodDescriptionvoid
SpawnHelper.ChunkSource.query(long pos, Consumer<WorldChunk> chunkConsumer)
-
Uses of WorldChunk in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate @Nullable Consumer<WorldChunk>
WorldChunk.loadToWorldConsumer
Modifier and TypeMethodDescriptionChunkManager.getWorldChunk(int chunkX, int chunkZ)
ChunkManager.getWorldChunk(int chunkX, int chunkZ, boolean create)
ReadOnlyChunk.getWrappedChunk()
Modifier and TypeMethodDescriptionvoid
UpgradeData.upgrade(WorldChunk chunk)
private void
UpgradeData.upgradeCenter(WorldChunk chunk)
private static void
UpgradeData.upgradeSide(WorldChunk chunk, EightWayDirection side)
ModifierConstructorDescriptionWorldChunk(ServerWorld serverWorld, ProtoChunk protoChunk, @Nullable Consumer<WorldChunk> consumer)
WorldChunk(World world, ChunkPos pos, BiomeArray biomes, UpgradeData upgradeData, TickScheduler<Block> blockTickScheduler, TickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable ChunkSection[] sections, @Nullable Consumer<WorldChunk> loadToWorldConsumer)