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 UpgradeData
UpgradeData.NO_UPGRADE_DATA
private final UpgradeData
ProtoChunk.upgradeData
private final UpgradeData
WorldChunk.upgradeData
Methods 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)