Uses of Class
net.minecraft.world.gen.chunk.BlendingData
-
Uses of BlendingData in net.minecraft.world.chunk
Modifier and TypeMethodDescriptionvoid
Chunk.setBlender
(BlendingData blender) void
ReadOnlyChunk.setBlender
(BlendingData blender) ModifierConstructorDescriptionChunk
(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 WorldChunk.EntityLoader entityLoader, @Nullable BlendingData blendingData) -
Uses of BlendingData in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionprivate final BlendingData
Blender.ChunkBlendingData.blendingData
The field for theblendingData
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlendingData>
BlendingData.CODEC
Modifier and TypeMethodDescriptionBlender.ChunkBlendingData.blendingData()
Returns the value of theblendingData
record component.static @Nullable BlendingData
BlendingData.getBlendingData
(ChunkRegion chunkRegion, int chunkX, int chunkZ) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<BlendingData>
BlendingData.method_39573
(BlendingData blendingData) Modifier and TypeMethodDescriptiondouble
Blender.class_6781.get
(BlendingData blendingData, int int2, int int3, int int4) private static com.mojang.serialization.DataResult<BlendingData>
BlendingData.method_39573
(BlendingData blendingData) ModifierConstructorDescription(package private)
ChunkBlendingData
(int int2, int int3, BlendingData blendingData)