net.minecraft.world.gen.chunk

public record Blender$Region

net.minecraft.world.level.levelgen.blending.Blender$OutputBuffer
net.minecraft.class_6748$class_1_1503
net.minecraft.world.gen.chunk.Blender$Region

Field summary

Modifier and TypeField
private final Blender
blender
comp_1_1851
blender
private final int
minCellX
comp_1_1651
minCellX
private final int
minCellZ
comp_1_1652
minCellZ
private final int
cellCountX
comp_1_1649
cellCountX
private final int
cellCountZ
comp_1_1650
cellCountZ
private final float[]
alphas
comp_1_1648
alphas
private final float[]
offsets
comp_1_1653
offsets
private static final int
NO_VALUE
field_1_10229
NOT_IN_REGION

Constructor summary

ModifierConstructor
public (Blender blender, int minCellX, int minCellZ, int cellCountX, int cellCountZ, float[] alphas, float[] offsets)

Method summary

Modifier and TypeMethod
public Sampler
createAlphaSampler()
method_1_10017()
alphaSampler()
public Sampler
createOffsetSampler()
method_1_10018()
offsetSampler()
public float
getAlpha(int blockX, int blockZ)
method_1_10019(int arg0, int arg1)
sampleAlpha(int x, int z)
public float
getOffset(int blockX, int blockZ)
method_1_10021(int arg0, int arg1)
sampleOffset(int x, int z)
private int
getIndex(int blockX, int blockZ)
method_1_10020(int arg0, int arg1)
getIndex(int x, int z)
public Blender
blender()
comp_1_1851()
blender()
public int
minCellX()
comp_1_1651()
minCellX()
public int
minCellZ()
comp_1_1652()
minCellZ()
public int
cellCountX()
comp_1_1649()
cellCountX()
public int
cellCountZ()
comp_1_1650()
cellCountZ()
public float[]
alphas()
comp_1_1648()
alphas()
public float[]
offsets()
comp_1_1653()
offsets()