Class GeodeLayerSettings
java.lang.Object
net.minecraft.world.level.levelgen.GeodeLayerSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<GeodeLayerSettings> final double
final double
private static final com.mojang.serialization.Codec
<Double> final double
final double
-
Constructor Summary
ConstructorsConstructorDescriptionGeodeLayerSettings
(double pFilling, double pInnerLayer, double pMiddleLayer, double pOuterLayer) -
Method Summary
-
Field Details
-
LAYER_RANGE
-
CODEC
-
filling
public final double filling -
innerLayer
public final double innerLayer -
middleLayer
public final double middleLayer -
outerLayer
public final double outerLayer
-
-
Constructor Details
-
GeodeLayerSettings
public GeodeLayerSettings(double pFilling, double pInnerLayer, double pMiddleLayer, double pOuterLayer)
-