net.minecraft.world.level.levelgen.feature.featuresize

public abstract class FeatureSize

ekb
net.minecraft.world.level.levelgen.feature.featuresize.FeatureSize
net.minecraft.class_5201
net.minecraft.world.gen.feature.size.FeatureSize
net.minecraft.world.level.levelgen.feature.featuresize.FeatureSize

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<FeatureSize>
a
CODEC
field_24922
TYPE_CODEC
protected static final int
b
MAX_WIDTH
field_31522
field_31522
protected final OptionalInt
c
minClippedHeight
field_24146
minClippedHeight

Constructor summary

ModifierConstructor
public (OptionalInt minClippedHeight)

Method summary

Modifier and TypeMethod
protected static <S extends FeatureSize> com.mojang.serialization.codecs.RecordCodecBuilder<S, OptionalInt>
a()
minClippedHeightCodec()
method_28820()
createCodec()
protected abstract FeatureSizeType<?>
b()
type()
method_28824()
getType()
public abstract int
a(int arg0, int arg1)
getSizeAtHeight(int arg0, int arg1)
method_27378(int arg0, int arg1)
getRadius(int height, int y)
public OptionalInt
c()
minClippedHeight()
method_27377()
getMinClippedHeight()