Class ItemUseAnimationTest.ThingItem

java.lang.Object
net.minecraft.world.item.Item
net.neoforged.neoforge.oldtest.entity.player.ItemUseAnimationTest.ThingItem
All Implemented Interfaces:
FeatureElement, ItemLike, IItemExtension
Enclosing class:
ItemUseAnimationTest

private static class ItemUseAnimationTest.ThingItem extends Item
  • Constructor Details

  • Method Details

    • getUseAnimation

      public UseAnim getUseAnimation(ItemStack stack)
      Description copied from class: Item
      Returns the action that specifies what animation to play when the item is being used.
      Overrides:
      getUseAnimation in class Item