public class ThreeLayersFeatureSize extends FeatureSize
Modifier and Type | Field and Description |
---|---|
static com.mojang.serialization.Codec<ThreeLayersFeatureSize> |
CODEC |
private int |
limit |
private int |
lowerSize |
private int |
middleSize |
private int |
upperLimit |
private int |
upperSize |
minClippedHeight, TYPE_CODEC
Constructor and Description |
---|
ThreeLayersFeatureSize(int limit,
int upperLimit,
int lowerSize,
int middleSize,
int upperSize,
OptionalInt minClippedHeight) |
Modifier and Type | Method and Description |
---|---|
protected FeatureSizeType<?> |
getType() |
int |
method_27378(int int2,
int int3) |
createCodecBuilder, getMinClippedHeight
public static final com.mojang.serialization.Codec<ThreeLayersFeatureSize> CODEC
private final int limit
private final int upperLimit
private final int lowerSize
private final int middleSize
private final int upperSize
public ThreeLayersFeatureSize(int limit, int upperLimit, int lowerSize, int middleSize, int upperSize, OptionalInt minClippedHeight)
protected FeatureSizeType<?> getType()
getType
in class FeatureSize
public int method_27378(int int2, int int3)
method_27378
in class FeatureSize