JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum 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
(
String
name)
Returns the enum constant of this class with the specified name.
static
ItemTier
[]
ItemTier.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.