Uses of Interface
net.minecraft.world.chunk.WorldChunk.EntityLoader
Packages that use WorldChunk.EntityLoader
-
Uses of WorldChunk.EntityLoader in net.minecraft.world
Methods in net.minecraft.world that return WorldChunk.EntityLoaderModifier and TypeMethodDescriptionprivate static WorldChunk.EntityLoader
ChunkSerializer.getEntityLoadingCallback
(ServerWorld world, NbtCompound nbt) -
Uses of WorldChunk.EntityLoader in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as WorldChunk.EntityLoaderModifier and TypeFieldDescriptionprivate @Nullable WorldChunk.EntityLoader
WorldChunk.entityLoader
Constructors in net.minecraft.world.chunk with parameters of type WorldChunk.EntityLoaderModifierConstructorDescriptionWorldChunk
(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)