|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EnumRarity | |
|---|---|
| net.minecraft.item | |
| net.minecraftforge.client | |
| Uses of EnumRarity in net.minecraft.item |
|---|
| Methods in net.minecraft.item that return EnumRarity | |
|---|---|
EnumRarity |
ItemStack.getRarity()
|
EnumRarity |
ItemAppleGold.getRarity(ItemStack par1ItemStack)
|
EnumRarity |
ItemEnchantedBook.getRarity(ItemStack par1ItemStack)
|
EnumRarity |
ItemRecord.getRarity(ItemStack par1ItemStack)
|
EnumRarity |
Item.getRarity(ItemStack par1ItemStack)
|
static EnumRarity |
EnumRarity.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumRarity[] |
EnumRarity.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of EnumRarity in net.minecraftforge.client |
|---|
| Methods in net.minecraftforge.client that return EnumRarity | |
|---|---|
static EnumRarity |
EnumHelperClient.addRarity(String name,
int color,
String displayName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||