Uses of Enum Class
net.minecraft.world.gen.feature.OceanRuinFeature.BiomeType
-
Uses of OceanRuinFeature.BiomeType in net.minecraft.structure
Modifier and TypeFieldDescriptionprivate OceanRuinFeature.BiomeType
OceanRuinGenerator.Piece.biomeType
ModifierConstructorDescriptionPiece(StructureManager structureManager, Identifier template, BlockPos pos, BlockRotation rotation, float integrity, OceanRuinFeature.BiomeType biomeType, boolean large)
-
Uses of OceanRuinFeature.BiomeType in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionprivate static Map<String,OceanRuinFeature.BiomeType>
OceanRuinFeature.BiomeType.BY_NAME
static com.mojang.serialization.Codec<OceanRuinFeature.BiomeType>
OceanRuinFeature.BiomeType.CODEC
Modifier and TypeMethodDescriptionstatic OceanRuinFeature.BiomeType
Returns the enum constant of this class with the specified name.static OceanRuinFeature.BiomeType[]
OceanRuinFeature.BiomeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionOceanRuinFeatureConfig(OceanRuinFeature.BiomeType biomeType, float largeProbability, float clusterProbability)