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
Methods in net.minecraft.structure with parameters of type OceanRuinStructure.BiomeTemperatureModifier and TypeMethodDescriptionprivate static StructurePlacementData
OceanRuinGenerator.Piece.createPlacementData
(BlockRotation rotation, float integrity, OceanRuinStructure.BiomeTemperature temperature) Constructors in net.minecraft.structure with parameters of type OceanRuinStructure.BiomeTemperatureModifierConstructorDescriptionprivate
Piece
(StructureTemplateManager holder, NbtCompound nbt, BlockRotation rotation, float integrity, OceanRuinStructure.BiomeTemperature biomeType, boolean large) Piece
(StructureTemplateManager structureTemplateManager, 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 com.mojang.serialization.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
(Structure.Config config, OceanRuinStructure.BiomeTemperature biomeTemperature, float largeProbability, float clusterProbability)