public class ThreeLayersFeatureSize extends FeatureSize
| Modifier and Type | Field and Description |
|---|---|
private int |
limit |
private int |
lowerSize |
private int |
middleSize |
private int |
upperLimit |
private int |
upperSize |
type| Constructor and Description |
|---|
ThreeLayersFeatureSize(com.mojang.datafixers.Dynamic<T> dynamic) |
ThreeLayersFeatureSize(int limit,
int upperLimit,
int lowerSize,
int middleSize,
int upperSize,
OptionalInt minClippedHeight) |
| Modifier and Type | Method and Description |
|---|---|
int |
method_27378(int int2,
int int3) |
<T> T |
serialize(com.mojang.datafixers.types.DynamicOps<T> ops) |
getMinClippedHeightprivate 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)
public ThreeLayersFeatureSize(com.mojang.datafixers.Dynamic<T> dynamic)
public int method_27378(int int2,
int int3)
method_27378 in class FeatureSizepublic <T> T serialize(com.mojang.datafixers.types.DynamicOps<T> ops)
serialize in class FeatureSize