Uses of Class
net.minecraft.world.chunk.UpgradeData
Packages that use UpgradeData
-
Uses of UpgradeData in net.minecraft.world
Fields in net.minecraft.world declared as UpgradeDataModifier and TypeFieldDescriptionprivate final UpgradeDataChunkSerializer.upgradeDataThe field for theupgradeDatarecord component.Methods in net.minecraft.world that return UpgradeDataModifier and TypeMethodDescriptionChunkSerializer.upgradeData()Returns the value of theupgradeDatarecord component.Constructors in net.minecraft.world with parameters of type UpgradeDataModifierConstructorDescriptionChunkSerializer(Registry<Biome> registry, ChunkPos chunkPos, int int2, long long2, long long3, ChunkStatus chunkStatus, BlendingData.class_9899 class_9899, @Nullable BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, @org.jetbrains.annotations.Nullable long[] long4, Map<Heightmap.Type, long[]> map, Chunk.TickSchedulers tickSchedulers, ShortList[] shortList, boolean bool, List<ChunkSerializer.class_9898> list, List<NbtCompound> list2, List<NbtCompound> list3, NbtCompound nbtCompound) -
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.upgradeDataMethods in net.minecraft.world.chunk that return UpgradeDataConstructors in net.minecraft.world.chunk with parameters of type UpgradeDataModifierConstructorDescriptionChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> biomeRegistry, long inhabitedTime, @Nullable ChunkSection[] sectionArray, @Nullable BlendingData blendingData) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] sections, SimpleTickScheduler<Block> blockTickScheduler, SimpleTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world, Registry<Biome> biomeRegistry, @Nullable BlendingData blendingData) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView world, Registry<Biome> biomeRegistry, @Nullable BlendingData blendingData) privateUpgradeData(UpgradeData upgradeData) WorldChunk(World world, ChunkPos pos, UpgradeData upgradeData, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @Nullable WorldChunk.EntityLoader entityLoader, @Nullable BlendingData blendingData)