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.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> biome, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, TickScheduler<Block> blockTickScheduler, TickScheduler<Fluid> fluidTickScheduler) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] chunkSection, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world, Registry<Biome> registry) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView world, Registry<Biome> registry) WorldChunk(World world, ChunkPos pos, UpgradeData upgradeData, TickScheduler<Block> blockTickScheduler, TickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @Nullable Consumer<WorldChunk> loadToWorldConsumer)