Uses of Class
net.minecraft.util.UseAction
| Package | Description |
|---|---|
| net.minecraft.item | |
| net.minecraft.util |
-
Uses of UseAction in net.minecraft.item
Methods in net.minecraft.item that return UseAction Modifier and Type Method Description UseActionBowItem. getUseAction(ItemStack stack)UseActionCrossbowItem. getUseAction(ItemStack stack)UseActionHoneyBottleItem. getUseAction(ItemStack stack)UseActionItem. getUseAction(ItemStack stack)UseActionItemStack. getUseAction()UseActionMilkBucketItem. getUseAction(ItemStack stack)UseActionPotionItem. getUseAction(ItemStack stack)UseActionShieldItem. getUseAction(ItemStack stack)UseActionSpyglassItem. getUseAction(ItemStack stack)UseActionTridentItem. getUseAction(ItemStack stack) -
Uses of UseAction in net.minecraft.util
Methods in net.minecraft.util that return UseAction Modifier and Type Method Description static UseActionUseAction. valueOf(String name)Returns the enum constant of this type with the specified name.static UseAction[]UseAction. values()Returns an array containing the constants of this enum type, in the order they are declared.