Uses of Interface
net.minecraft.world.chunk.WorldChunk.EntityLoader
-
Uses of WorldChunk.EntityLoader in net.minecraft.world
Modifier and TypeMethodDescriptionprivate static WorldChunk.EntityLoader
ChunkSerializer.getEntityLoadingCallback
(ServerWorld world, NbtCompound nbt) -
Uses of WorldChunk.EntityLoader in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate @Nullable WorldChunk.EntityLoader
WorldChunk.entityLoader
ModifierConstructorDescriptionWorldChunk
(ServerWorld world, ProtoChunk protoChunk, @Nullable WorldChunk.EntityLoader entityLoader) WorldChunk
(World world, ChunkPos pos, UpgradeData upgradeData, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @Nullable WorldChunk.EntityLoader entityLoader, @Nullable BlendingData blendingData)