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.PostLoadProcessorConstructors in net.minecraft.world.level.chunk with parameters of type LevelChunk.PostLoadProcessorModifierConstructorDescriptionLevelChunk
(ServerLevel level, ProtoChunk chunk, LevelChunk.PostLoadProcessor postLoad) LevelChunk
(Level level, ChunkPos pos, UpgradeData data, LevelChunkTicks<Block> blockTicks, LevelChunkTicks<Fluid> fluidTicks, long inhabitedTime, LevelChunkSection[] sections, LevelChunk.PostLoadProcessor postLoad, 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 LevelChunk.PostLoadProcessor
ChunkSerializer.postLoadChunk
(ServerLevel level, CompoundTag tag)