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> codec, com.mojang.serialization.DynamicOps<Tag> ops, Tag tag, SimpleRegionStorage simpleRegionStorage, LevelHeightAccessor levelHeightAccessor) 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 pos, @Nullable SectionStorage.PackedChunk<P> packedChunk)