Uses of Enum Class
net.minecraft.world.gen.structure.OceanRuinStructure.BiomeTemperature
Packages that use OceanRuinStructure.BiomeTemperature
-
Uses of OceanRuinStructure.BiomeTemperature in net.minecraft.structure
Fields in net.minecraft.structure declared as OceanRuinStructure.BiomeTemperatureModifier and TypeFieldDescriptionprivate final OceanRuinStructure.BiomeTemperature
OceanRuinGenerator.Piece.biomeType
Constructors in net.minecraft.structure with parameters of type OceanRuinStructure.BiomeTemperatureModifierConstructorDescriptionPiece
(StructureManager structureManager, Identifier template, BlockPos pos, BlockRotation rotation, float integrity, OceanRuinStructure.BiomeTemperature biomeType, boolean large) -
Uses of OceanRuinStructure.BiomeTemperature in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure declared as OceanRuinStructure.BiomeTemperatureFields in net.minecraft.world.gen.structure with type parameters of type OceanRuinStructure.BiomeTemperatureModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<OceanRuinStructure.BiomeTemperature>
OceanRuinStructure.BiomeTemperature.CODEC
Methods in net.minecraft.world.gen.structure that return OceanRuinStructure.BiomeTemperatureModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OceanRuinStructure.BiomeTemperature[]
OceanRuinStructure.BiomeTemperature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.gen.structure with parameters of type OceanRuinStructure.BiomeTemperatureModifierConstructorDescriptionOceanRuinStructure
(StructureType.Config config, OceanRuinStructure.BiomeTemperature biomeTemperature, float largeProbability, float clusterProbability)