Uses of Enum Class
net.minecraft.util.Rarity
Packages that use Rarity
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of Rarity in net.minecraft.item
Fields in net.minecraft.item declared as RarityModifier and TypeFieldDescriptionprivate final Rarity
Item.rarity
(package private) Rarity
Item.Settings.rarity
Methods in net.minecraft.item that return RarityModifier and TypeMethodDescriptionReturns this item's rarity, which changes the color of its name.ItemStack.getRarity()
Methods in net.minecraft.item with parameters of type RarityModifier and TypeMethodDescriptionSets theRarity
of any item configured with this Settings instance, which changes the color of its name. -
Uses of Rarity in net.minecraft.util
Methods in net.minecraft.util that return Rarity