Uses of Class
net.minecraft.item.ItemTier
-
Packages that use ItemTier Package Description net.minecraft.item -
-
Uses of ItemTier in net.minecraft.item
Methods in net.minecraft.item that return ItemTier Modifier and Type Method Description static ItemTier
ItemTier. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ItemTier[]
ItemTier. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-