Uses of Class
net.minecraft.world.chunk.BlendingData
Packages that use BlendingData
-
Uses of BlendingData in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as BlendingDataMethods in net.minecraft.world.chunk that return BlendingDataModifier and TypeMethodDescriptionstatic @Nullable BlendingDataBlendingData.fromNbt(NbtCompound nbt) Chunk.getBlendingData()Constructors in net.minecraft.world.chunk with parameters of type BlendingDataModifierConstructorDescriptionChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> biome, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @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) WorldChunk(World world, ChunkPos pos, UpgradeData upgradeData, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @Nullable Consumer<WorldChunk> loadToWorldConsumer, @Nullable BlendingData blendingData)