Package com.nexomc.nexo.utils
Object InventoryUtils
-
- All Implemented Interfaces:
public class InventoryUtils
-
-
Field Summary
Fields Modifier and Type Field Description public final static InventoryUtils
INSTANCE
-
Method Summary
Modifier and Type Method Description final Component
titleFromView(InventoryEvent event)
final static Player
playerFromView(InventoryEvent event)
final static Inventory
topInventoryForPlayer(Player player)
-
-
Method Detail
-
titleFromView
final Component titleFromView(InventoryEvent event)
-
playerFromView
final static Player playerFromView(InventoryEvent event)
-
topInventoryForPlayer
final static Inventory topInventoryForPlayer(Player player)
-
-
-
-