Class GeodeLayerSettings
java.lang.Object
net.minecraft.world.level.levelgen.GeodeLayerSettings
-
Field Summary
Modifier 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
ConstructorDescriptionGeodeLayerSettings
(double p_158349_, double p_158350_, double p_158351_, double p_158352_) -
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 p_158349_, double p_158350_, double p_158351_, double p_158352_)
-