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_ENTITIESpublic final static ItemUpdater.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitupdateEntityInventories(Entity entity)final ItemStackupdateItem(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()
-
-
-
-