Uses of Record Class
net.minecraft.world.level.chunk.storage.SectionStorage.PackedChunk
Packages that use SectionStorage.PackedChunk
-
Uses of SectionStorage.PackedChunk in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage with type parameters of type SectionStorage.PackedChunkModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<CompletableFuture<Optional<SectionStorage.PackedChunk<P>>>> SectionStorage.pendingLoadsMethods in net.minecraft.world.level.chunk.storage that return SectionStorage.PackedChunkModifier and TypeMethodDescriptionstatic <T> SectionStorage.PackedChunk<T> SectionStorage.PackedChunk.parse(com.mojang.serialization.Codec<T> pCodec, com.mojang.serialization.DynamicOps<Tag> pOps, Tag pValue, SimpleRegionStorage pSimpleRegionStorage, LevelHeightAccessor pLevelHeightAccessor) Methods in net.minecraft.world.level.chunk.storage that return types with arguments of type SectionStorage.PackedChunkModifier and TypeMethodDescriptionprivate CompletableFuture<Optional<SectionStorage.PackedChunk<P>>> Methods in net.minecraft.world.level.chunk.storage with parameters of type SectionStorage.PackedChunkModifier and TypeMethodDescriptionprivate voidSectionStorage.unpackChunk(ChunkPos pPos, @Nullable SectionStorage.PackedChunk<P> pPackedChunk)