Uses of Enum Class
net.minecraft.world.gen.feature.OceanRuinFeature.BiomeType
Packages that use OceanRuinFeature.BiomeType
-
Uses of OceanRuinFeature.BiomeType in net.minecraft.structure
Fields in net.minecraft.structure declared as OceanRuinFeature.BiomeTypeModifier and TypeFieldDescriptionprivate OceanRuinFeature.BiomeTypeOceanRuinGenerator.Piece.biomeTypeConstructors in net.minecraft.structure with parameters of type OceanRuinFeature.BiomeTypeModifierConstructorDescriptionPiece(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
Fields in net.minecraft.world.gen.feature declared as OceanRuinFeature.BiomeTypeFields in net.minecraft.world.gen.feature with type parameters of type OceanRuinFeature.BiomeTypeModifier and TypeFieldDescriptionprivate static Map<String,OceanRuinFeature.BiomeType>OceanRuinFeature.BiomeType.BY_NAMEstatic com.mojang.serialization.Codec<OceanRuinFeature.BiomeType>OceanRuinFeature.BiomeType.CODECMethods in net.minecraft.world.gen.feature that return OceanRuinFeature.BiomeTypeModifier and TypeMethodDescriptionstatic OceanRuinFeature.BiomeTypeReturns 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.Constructors in net.minecraft.world.gen.feature with parameters of type OceanRuinFeature.BiomeTypeModifierConstructorDescriptionOceanRuinFeatureConfig(OceanRuinFeature.BiomeType biomeType, float largeProbability, float clusterProbability)