Class ItemUseAnimationTest
java.lang.Object
net.minecraftforge.debug.entity.player.ItemUseAnimationTest
Tests if item usage animation system works as intended. `item_use_animation_test:thing` is edible item with custom usage animation made with this system.
In game, use `/give @s item_use_animation_test:thing 1` to obtain test item
When you try to eat it, your arm in 3d person should start swinging really fast.
And item in your hand will go down little.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final DeferredRegister<Item>
static final String
private static final RegistryObject<Item>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
-
Field Details
-
MOD_ID
- See Also:
-
ITEMS
-
THING
-
-
Constructor Details
-
ItemUseAnimationTest
public ItemUseAnimationTest()
-
-
Method Details
-
addCreative
-