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 RarityItem. rarityprivate RarityItem.Settings. rarityMethods in net.minecraft.item that return Rarity Modifier and Type Method Description RarityItem. getRarity(ItemStack stack)RarityItemStack. getRarity()Methods in net.minecraft.item with parameters of type Rarity Modifier and Type Method Description Item.SettingsItem.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 RarityRarity. 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.