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 pLevel, ProtoChunk pChunk, LevelChunk.PostLoadProcessor pPostLoad) LevelChunk
(Level pLevel, ChunkPos pPos, UpgradeData pData, LevelChunkTicks<Block> pBlockTicks, LevelChunkTicks<Fluid> pFluidTicks, long pInhabitedTime, LevelChunkSection[] pSections, LevelChunk.PostLoadProcessor pPostLoad, BlendingData pBlendingData) -
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 pLevel, CompoundTag pTag)