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 Blenderclass_6748.class_6782.blendingDataThe field for theblendingDatarecord component.Methods in net.minecraft that return BlenderModifier and TypeMethodDescriptionclass_6748.class_6782.blendingData()Returns the value of theblendingDatarecord component.Methods in net.minecraft with parameters of type BlenderModifier and TypeMethodDescriptiondoubleConstructors 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 TypeMethodDescriptionvoidChunk.setBlender(Blender blender) voidReadOnlyChunk.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_35682Methods 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)