Class TwoLayersFeatureSize
java.lang.Object
net.minecraft.world.gen.feature.size.FeatureSize
net.minecraft.world.gen.feature.size.TwoLayersFeatureSize
public class TwoLayersFeatureSize extends FeatureSize
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<TwoLayersFeatureSize>CODECprivate intfield_24155private intfield_24156private intfield_24157Fields inherited from class net.minecraft.world.gen.feature.size.FeatureSize
field_24922, minClippedHeight -
Constructor Summary
Constructors Constructor Description TwoLayersFeatureSize(int int2, int int3, int int4)TwoLayersFeatureSize(int int2, int int3, int int4, OptionalInt minClippedHeight) -
Method Summary
Modifier and Type Method Description intmethod_27378(int int2, int int3)protected FeatureSizeType<?>method_28824()Methods inherited from class net.minecraft.world.gen.feature.size.FeatureSize
getMinClippedHeight, method_28820
-
Field Details
-
CODEC
-
field_24155
private final int field_24155 -
field_24156
private final int field_24156 -
field_24157
private final int field_24157
-
-
Constructor Details
-
TwoLayersFeatureSize
public TwoLayersFeatureSize(int int2, int int3, int int4) -
TwoLayersFeatureSize
-
-
Method Details
-
method_28824
- Specified by:
method_28824in classFeatureSize
-
method_27378
public int method_27378(int int2, int int3)- Specified by:
method_27378in classFeatureSize
-