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_DATAprivate final UpgradeDataProtoChunk.upgradeDataprivate final UpgradeDataWorldChunk.upgradeDataMethods in net.minecraft.world.chunk that return UpgradeDataModifier and TypeMethodDescriptionChunk.getUpgradeData()ProtoChunk.getUpgradeData()WorldChunk.getUpgradeData()Constructors in net.minecraft.world.chunk with parameters of type UpgradeDataModifierConstructorDescriptionProtoChunk(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] chunkSection, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView world) WorldChunk(World world, ChunkPos pos, BiomeArray biomes, UpgradeData upgradeData, TickScheduler<Block> blockTickScheduler, TickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable ChunkSection[] sections, @Nullable Consumer<WorldChunk> loadToWorldConsumer)