Uses of Class
net.minecraft.util.Rarity
Package | Description |
---|---|
net.minecraft.item | |
net.minecraft.util |
-
Uses of Rarity in net.minecraft.item
Fields in net.minecraft.item declared as Rarity Modifier and Type Field Description private Rarity
Item. rarity
private Rarity
Item.Settings. rarity
Methods in net.minecraft.item that return Rarity Modifier and Type Method Description Rarity
Item. getRarity(ItemStack stack)
Rarity
ItemStack. getRarity()
Methods in net.minecraft.item with parameters of type Rarity Modifier and Type Method Description Item.Settings
Item.Settings. rarity(Rarity rarity)
-
Uses of Rarity in net.minecraft.util
Methods in net.minecraft.util that return Rarity Modifier and Type Method Description static Rarity
Rarity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rarity[]
Rarity. values()
Returns an array containing the constants of this enum type, in the order they are declared.