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 p_196850_, ProtoChunk p_196851_, LevelChunk.PostLoadProcessor p_196852_) LevelChunk
(Level p_196854_, ChunkPos p_196855_, UpgradeData p_196856_, LevelChunkTicks<Block> p_196857_, LevelChunkTicks<Fluid> p_196858_, long p_196859_, LevelChunkSection[] p_196860_, LevelChunk.PostLoadProcessor p_196861_, BlendingData p_196862_) -
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 p_196891_, CompoundTag p_196892_)