Uses of Class
net.minecraft.enchantment.Enchantment.Rarity
-
Packages that use Enchantment.Rarity Package Description net.minecraft.enchantment net.minecraftforge.debug.gameplay.loot -
-
Uses of Enchantment.Rarity in net.minecraft.enchantment
Fields in net.minecraft.enchantment declared as Enchantment.Rarity Modifier and Type Field Description private Enchantment.Rarity
Enchantment. rarity
Methods in net.minecraft.enchantment that return Enchantment.Rarity Modifier and Type Method Description Enchantment.Rarity
Enchantment. getRarity()
static Enchantment.Rarity
Enchantment.Rarity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Enchantment.Rarity[]
Enchantment.Rarity. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Enchantment.Rarity in net.minecraftforge.debug.gameplay.loot
Constructors in net.minecraftforge.debug.gameplay.loot with parameters of type Enchantment.Rarity Constructor Description SmelterEnchantment(Enchantment.Rarity rarityIn, EnchantmentType typeIn, EquipmentSlotType... slots)
-