Uses of Class
net.minecraft.world.gen.feature.OceanRuinFeature.BiomeType
| Package | Description |
|---|---|
| net.minecraft.structure | |
| net.minecraft.world.gen.feature |
-
Uses of OceanRuinFeature.BiomeType in net.minecraft.structure
Fields in net.minecraft.structure declared as OceanRuinFeature.BiomeType Modifier and Type Field Description private OceanRuinFeature.BiomeTypeOceanRuinGenerator.Piece. biomeTypeConstructors in net.minecraft.structure with parameters of type OceanRuinFeature.BiomeType Constructor Description Piece(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.BiomeType Modifier and Type Field Description OceanRuinFeature.BiomeTypeOceanRuinFeatureConfig. biomeTypeFields in net.minecraft.world.gen.feature with type parameters of type OceanRuinFeature.BiomeType Modifier and Type Field Description private 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.BiomeType Modifier and Type Method Description static @Nullable OceanRuinFeature.BiomeTypeOceanRuinFeature.BiomeType. byName(String name)static OceanRuinFeature.BiomeTypeOceanRuinFeature.BiomeType. valueOf(String name)Returns the enum constant of this type with the specified name.static OceanRuinFeature.BiomeType[]OceanRuinFeature.BiomeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.world.gen.feature with parameters of type OceanRuinFeature.BiomeType Constructor Description OceanRuinFeatureConfig(OceanRuinFeature.BiomeType biomeType, float largeProbability, float clusterProbability)