Uses of Class
net.minecraft.world.gen.chunk.Blender
Packages that use Blender
Package
Description
The base package for all Minecraft classes.
-
Uses of Blender in net.minecraft
Fields in net.minecraft declared as BlenderModifier and TypeFieldDescriptionprivate final Blender
class_6748.class_6782.blendingData
The field for theblendingData
record component.Methods in net.minecraft that return BlenderModifier and TypeMethodDescriptionclass_6748.class_6782.blendingData()
Returns the value of theblendingData
record component.Methods in net.minecraft with parameters of type BlenderModifier and TypeMethodDescriptiondouble
Constructors in net.minecraft with parameters of type Blender -
Uses of Blender in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as BlenderMethods in net.minecraft.world.chunk that return BlenderMethods in net.minecraft.world.chunk with parameters of type BlenderModifier and TypeMethodDescriptionvoid
Chunk.setBlender
(Blender blender) void
ReadOnlyChunk.setBlender
(Blender blender) Constructors in net.minecraft.world.chunk with parameters of type BlenderModifierConstructorDescriptionChunk
(ChunkPos pos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> biome, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @Nullable Blender blendingData) ProtoChunk
(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] sections, SimpleTickScheduler<Block> blockTickScheduler, SimpleTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world, Registry<Biome> biomeRegistry, @Nullable Blender blendingData) ProtoChunk
(ChunkPos pos, UpgradeData upgradeData, HeightLimitView world, Registry<Biome> biomeRegistry, @Nullable Blender blendingData) WorldChunk
(World world, ChunkPos pos, UpgradeData upgradeData, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @Nullable Consumer<WorldChunk> loadToWorldConsumer, @Nullable Blender blendingData) -
Uses of Blender in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk with type parameters of type BlenderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Blender>
Blender.field_35682
Methods in net.minecraft.world.gen.chunk that return BlenderModifier and TypeMethodDescriptionBlender.method_39570
(ChunkRegion chunkRegion, int int2, int int3) Methods in net.minecraft.world.gen.chunk that return types with arguments of type BlenderModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<Blender>
Blender.method_39573
(Blender blender) Methods in net.minecraft.world.gen.chunk with parameters of type BlenderModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<Blender>
Blender.method_39573
(Blender blender)