Uses of Class
net.minecraft.world.chunk.UpgradeData
Packages that use UpgradeData
-
Uses of UpgradeData in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as UpgradeDataModifier and TypeFieldDescriptionstatic final UpgradeDataUpgradeData.NO_UPGRADE_DATAprotected final UpgradeDataChunk.upgradeDataprivate final UpgradeDataSerializedChunk.upgradeDataThe field for theupgradeDatarecord component.Methods in net.minecraft.world.chunk that return UpgradeDataModifier and TypeMethodDescriptionUpgradeData.copy()Chunk.getUpgradeData()SerializedChunk.upgradeData()Returns the value of theupgradeDatarecord component.Constructors in net.minecraft.world.chunk with parameters of type UpgradeDataModifierConstructorDescriptionChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView heightLimitView, PalettesFactory palettesFactory, long inhabitedTime, ChunkSection @Nullable [] sectionArray, @Nullable BlendingData blendingData) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, ChunkSection @Nullable [] sections, SimpleTickScheduler<Block> blockTickScheduler, SimpleTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world, PalettesFactory palettesFactory, @Nullable BlendingData blendingData) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView world, PalettesFactory palettesFactory, @Nullable BlendingData blendingData) SerializedChunk(PalettesFactory containerFactory, ChunkPos chunkPos, int minSectionY, long lastUpdateTime, long inhabitedTime, ChunkStatus chunkStatus, @Nullable BlendingData.Serialized blendingData, @Nullable BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, long @Nullable [] carvingMask, Map<Heightmap.Type, long[]> heightmaps, Chunk.TickSchedulers packedTicks, @Nullable ShortList[] postProcessingSections, boolean lightCorrect, List<SerializedChunk.SectionData> sectionData, List<NbtCompound> entities, List<NbtCompound> blockEntities, NbtCompound structureData) Creates an instance of aSerializedChunkrecord class.privateUpgradeData(UpgradeData data) WorldChunk(World world, ChunkPos pos, UpgradeData upgradeData, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, ChunkSection @Nullable [] sectionArrayInitializer, @Nullable WorldChunk.EntityLoader entityLoader, @Nullable BlendingData blendingData)