Package eu.sculkpowered.server.container
Interface Inventory
- All Superinterfaces:
Container
,EntityEquipment
Represents an inventory of a player.
-
Nested Class Summary
Nested classes/interfaces inherited from interface eu.sculkpowered.server.container.Container
Container.Type
-
Method Summary
Methods inherited from interface eu.sculkpowered.server.container.Container
item, item, items, title, type
Methods inherited from interface eu.sculkpowered.server.container.equipment.EntityEquipment
asMap, boots, boots, chestplate, chestplate, get, helmet, helmet, itemInMainHand, itemInMainHand, itemInOffHand, itemInOffHand, leggings, leggings, set
-
Method Details
-
resend
void resend()Resends the full inventory to the player.- Since:
- 1.0.0
-