Class GeodeConfiguration
java.lang.Object
net.minecraft.world.level.levelgen.feature.configurations.GeodeConfiguration
- All Implemented Interfaces:
FeatureConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Double> static final com.mojang.serialization.Codec
<GeodeConfiguration> final IntProvider
final GeodeBlockSettings
final GeodeCrackSettings
final GeodeLayerSettings
final int
final int
final int
final double
final IntProvider
final boolean
final IntProvider
final double
final double
Fields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE
-
Constructor Summary
ConstructorsConstructorDescriptionGeodeConfiguration
(GeodeBlockSettings pGeodeBlockSettings, GeodeLayerSettings pGeodeLayerSettings, GeodeCrackSettings pGeodeCrackSettings, double pUsePotentialPlacementsChance, double pUseAlternateLayer0Chance, boolean pPlacementsRequireLayer0Alternate, IntProvider pOuterWallDistance, IntProvider pDistributionPoints, IntProvider pPointOffset, int pMinGenOffset, int pMaxGenOffset, double pNoiseMultiplier, int pInvalidBlocksThreshold) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
getFeatures
-
Field Details
-
CHANCE_RANGE
-
CODEC
-
geodeBlockSettings
-
geodeLayerSettings
-
geodeCrackSettings
-
usePotentialPlacementsChance
public final double usePotentialPlacementsChance -
useAlternateLayer0Chance
public final double useAlternateLayer0Chance -
placementsRequireLayer0Alternate
public final boolean placementsRequireLayer0Alternate -
outerWallDistance
-
distributionPoints
-
pointOffset
-
minGenOffset
public final int minGenOffset -
maxGenOffset
public final int maxGenOffset -
noiseMultiplier
public final double noiseMultiplier -
invalidBlocksThreshold
public final int invalidBlocksThreshold
-
-
Constructor Details
-
GeodeConfiguration
public GeodeConfiguration(GeodeBlockSettings pGeodeBlockSettings, GeodeLayerSettings pGeodeLayerSettings, GeodeCrackSettings pGeodeCrackSettings, double pUsePotentialPlacementsChance, double pUseAlternateLayer0Chance, boolean pPlacementsRequireLayer0Alternate, IntProvider pOuterWallDistance, IntProvider pDistributionPoints, IntProvider pPointOffset, int pMinGenOffset, int pMaxGenOffset, double pNoiseMultiplier, int pInvalidBlocksThreshold)
-