Uses of Interface
net.minecraft.world.chunk.WorldChunk.class_6829
Packages that use WorldChunk.class_6829
-
Uses of WorldChunk.class_6829 in net.minecraft.world
Methods in net.minecraft.world that return WorldChunk.class_6829Modifier and TypeMethodDescriptionprivate static WorldChunk.class_6829ChunkSerializer.loadEntities(ServerWorld world, NbtCompound nbt) -
Uses of WorldChunk.class_6829 in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as WorldChunk.class_6829Modifier and TypeFieldDescriptionprivate @Nullable WorldChunk.class_6829WorldChunk.loadToWorldConsumerConstructors in net.minecraft.world.chunk with parameters of type WorldChunk.class_6829ModifierConstructorDescriptionWorldChunk(ServerWorld world, ProtoChunk protoChunk, @Nullable WorldChunk.class_6829 class_6829) WorldChunk(World world, ChunkPos pos, UpgradeData upgradeData, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @Nullable WorldChunk.class_6829 class_6829, @Nullable Blender blendingData)