Uses of Enum Class
net.minecraft.world.gen.structure.OceanRuinStructure.BiomeTemperature
-
Uses of OceanRuinStructure.BiomeTemperature in net.minecraft.structure
Modifier and TypeFieldDescriptionprivate final OceanRuinStructure.BiomeTemperature
OceanRuinGenerator.Piece.biomeType
Modifier and TypeMethodDescriptionprivate static StructurePlacementData
OceanRuinGenerator.Piece.createPlacementData
(BlockRotation rotation, float integrity, OceanRuinStructure.BiomeTemperature temperature) ModifierConstructorDescriptionprivate
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
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<OceanRuinStructure.BiomeTemperature>
OceanRuinStructure.BiomeTemperature.CODEC
Modifier 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.ModifierConstructorDescriptionOceanRuinStructure
(Structure.Config config, OceanRuinStructure.BiomeTemperature biomeTemperature, float largeProbability, float clusterProbability)