Uses of Interface
net.minecraft.world.level.chunk.LevelChunk.PostLoadProcessor
Packages that use LevelChunk.PostLoadProcessor
-
Uses of LevelChunk.PostLoadProcessor in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as LevelChunk.PostLoadProcessorModifier and TypeFieldDescriptionprivate @Nullable LevelChunk.PostLoadProcessorLevelChunk.postLoadConstructors in net.minecraft.world.level.chunk with parameters of type LevelChunk.PostLoadProcessorModifierConstructorDescriptionLevelChunk(ServerLevel level, ProtoChunk protoChunk, @Nullable LevelChunk.PostLoadProcessor postLoad) LevelChunk(Level level, ChunkPos pos, UpgradeData upgradeData, LevelChunkTicks<Block> blockTicks, LevelChunkTicks<Fluid> fluidTicks, long inhabitedTime, LevelChunkSection @Nullable [] sections, @Nullable LevelChunk.PostLoadProcessor postLoad, @Nullable BlendingData blendingData) -
Uses of LevelChunk.PostLoadProcessor in net.minecraft.world.level.chunk.storage
Methods in net.minecraft.world.level.chunk.storage that return LevelChunk.PostLoadProcessorModifier and TypeMethodDescriptionprivate static @Nullable LevelChunk.PostLoadProcessorSerializableChunkData.postLoadChunk(ServerLevel level, List<CompoundTag> entities, List<CompoundTag> blockEntities)