GUIAnimatedItem
How to create the animated item
GUItem item = new GUICustomItem(Material.BARRIER);
// All the item configurations ...
ItemAnimation animation = new ItemAnimation(0, true);
// All the animation configurations ...
GUIAnimatedItem animatedItem = new GUIAnimatedItem(item, animation);Last updated