|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EnumAction | |
|---|---|
| net.minecraft.item | |
| net.minecraftforge.common | |
| Uses of EnumAction in net.minecraft.item |
|---|
| Methods in net.minecraft.item that return EnumAction | |
|---|---|
EnumAction |
ItemStack.getItemUseAction()
|
EnumAction |
ItemSword.getItemUseAction(ItemStack par1ItemStack)
returns the action that specifies what animation to play when the items is being used |
EnumAction |
ItemFood.getItemUseAction(ItemStack par1ItemStack)
returns the action that specifies what animation to play when the items is being used |
EnumAction |
ItemBucketMilk.getItemUseAction(ItemStack par1ItemStack)
returns the action that specifies what animation to play when the items is being used |
EnumAction |
ItemPotion.getItemUseAction(ItemStack par1ItemStack)
returns the action that specifies what animation to play when the items is being used |
EnumAction |
ItemBow.getItemUseAction(ItemStack par1ItemStack)
returns the action that specifies what animation to play when the items is being used |
EnumAction |
Item.getItemUseAction(ItemStack par1ItemStack)
returns the action that specifies what animation to play when the items is being used |
static EnumAction |
EnumAction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumAction[] |
EnumAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of EnumAction in net.minecraftforge.common |
|---|
| Methods in net.minecraftforge.common that return EnumAction | |
|---|---|
static EnumAction |
EnumHelper.addAction(String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||