Uses of Class
net.minecraft.world.gen.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 BlendingDataMethods in net.minecraft.world.chunk with parameters of type BlendingDataModifier and TypeMethodDescriptionvoidChunk.setBlender(BlendingData blender) voidReadOnlyChunk.setBlender(BlendingData blender) 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 WorldChunk.EntityLoader entityLoader, @Nullable BlendingData blendingData) -
Uses of BlendingData in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as BlendingDataModifier and TypeFieldDescriptionprivate final BlendingDataBlender.ChunkBlendingData.blendingDataThe field for theblendingDatarecord component.Fields in net.minecraft.world.gen.chunk with type parameters of type BlendingDataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlendingData>BlendingData.CODECMethods in net.minecraft.world.gen.chunk that return BlendingDataModifier and TypeMethodDescriptionBlender.ChunkBlendingData.blendingData()Returns the value of theblendingDatarecord component.static @Nullable BlendingDataBlendingData.getBlendingData(ChunkRegion chunkRegion, int chunkX, int chunkZ) Methods in net.minecraft.world.gen.chunk that return types with arguments of type BlendingDataModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<BlendingData>BlendingData.method_39573(BlendingData blendingData) Methods in net.minecraft.world.gen.chunk with parameters of type BlendingDataModifier and TypeMethodDescriptiondoubleBlender.class_6781.get(BlendingData blendingData, int int2, int int3, int int4) private static com.mojang.serialization.DataResult<BlendingData>BlendingData.method_39573(BlendingData blendingData) Constructors in net.minecraft.world.gen.chunk with parameters of type BlendingDataModifierConstructorDescription(package private)ChunkBlendingData(int int2, int int3, BlendingData blendingData)