Package com.nexomc.nexo.items
Object ItemUpdater.Companion
-
- All Implemented Interfaces:
public class ItemUpdater.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Array<Material>
TILE_ENTITIES
public final static ItemUpdater.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Unit
updateEntityInventories(Entity entity)
final ItemStack
updateItem(ItemStack oldItem)
final Array<Material>
getTILE_ENTITIES()
-
-
Method Detail
-
updateEntityInventories
final Unit updateEntityInventories(Entity entity)
-
updateItem
final ItemStack updateItem(ItemStack oldItem)
-
getTILE_ENTITIES
final Array<Material> getTILE_ENTITIES()
-
-
-
-