Uses of Record Class
net.minecraft.world.level.levelgen.blending.BlendingData.Packed
Packages that use BlendingData.Packed
Package
Description
-
Uses of BlendingData.Packed in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage declared as BlendingData.PackedModifier and TypeFieldDescriptionprivate final BlendingData.Packed
SerializableChunkData.blendingData
The field for theblendingData
record component.Methods in net.minecraft.world.level.chunk.storage that return BlendingData.PackedModifier and TypeMethodDescriptionSerializableChunkData.blendingData()
Returns the value of theblendingData
record component.Constructors in net.minecraft.world.level.chunk.storage with parameters of type BlendingData.PackedModifierConstructorDescription(package private)
SerializableChunkData
(Registry<Biome> biomeRegistry, ChunkPos chunkPos, int minSectionY, long lastUpdateTime, long inhabitedTime, ChunkStatus chunkStatus, BlendingData.Packed blendingData, BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, long[] carvingMask, Map<Heightmap.Types, long[]> heightmaps, ChunkAccess.PackedTicks packedTicks, it.unimi.dsi.fastutil.shorts.ShortList[] postProcessingSections, boolean lightCorrect, List<SerializableChunkData.SectionData> sectionData, List<CompoundTag> entities, List<CompoundTag> blockEntities, CompoundTag structureData) Deprecated.Neo: use constructor with additional data insteadSerializableChunkData
(Registry<Biome> biomeRegistry, ChunkPos chunkPos, int minSectionY, long lastUpdateTime, long inhabitedTime, ChunkStatus chunkStatus, BlendingData.Packed blendingData, BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, long[] carvingMask, Map<Heightmap.Types, long[]> heightmaps, ChunkAccess.PackedTicks packedTicks, it.unimi.dsi.fastutil.shorts.ShortList[] postProcessingSections, boolean lightCorrect, List<SerializableChunkData.SectionData> sectionData, List<CompoundTag> entities, List<CompoundTag> blockEntities, CompoundTag structureData, CompoundTag attachmentData, ListTag auxLightData) Creates an instance of aSerializableChunkData
record class. -
Uses of BlendingData.Packed in net.minecraft.world.level.levelgen.blending
Fields in net.minecraft.world.level.levelgen.blending with type parameters of type BlendingData.PackedModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BlendingData.Packed> BlendingData.Packed.CODEC
Methods in net.minecraft.world.level.levelgen.blending that return BlendingData.PackedMethods in net.minecraft.world.level.levelgen.blending that return types with arguments of type BlendingData.PackedModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult
<BlendingData.Packed> BlendingData.Packed.validateArraySize
(BlendingData.Packed p_360312_) Methods in net.minecraft.world.level.levelgen.blending with parameters of type BlendingData.PackedModifier and TypeMethodDescriptionstatic BlendingData
BlendingData.unpack
(BlendingData.Packed p_365450_) private static com.mojang.serialization.DataResult
<BlendingData.Packed> BlendingData.Packed.validateArraySize
(BlendingData.Packed p_360312_)