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 TypeFieldDescriptionprotected final UpgradeData
Chunk.field_34540
static final UpgradeData
UpgradeData.NO_UPGRADE_DATA
Methods in net.minecraft.world.chunk that return UpgradeDataConstructors in net.minecraft.world.chunk with parameters of type UpgradeDataModifierConstructorDescriptionChunk
(ChunkPos chunkPos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> registry, long long2, @Nullable ChunkSection[] chunkSection, TickScheduler<Block> tickScheduler, TickScheduler<Fluid> tickScheduler2) 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> tickScheduler, TickScheduler<Fluid> blockTickScheduler, long long2, @Nullable ChunkSection[] chunkSection, @Nullable Consumer<WorldChunk> consumer)