Interface InventoryPlayer
public interface InventoryPlayer
Player's Inventory
-
Method Summary
Modifier and TypeMethodDescriptionvoidgiveInventory(org.bukkit.entity.Player player) Allows to give the inventory back to the playervoidstoreInventory(org.bukkit.entity.Player player) Saves the player's inventory to be stored
-
Method Details
-
storeInventory
void storeInventory(org.bukkit.entity.Player player) Saves the player's inventory to be stored- Parameters:
player- The player
-
giveInventory
void giveInventory(org.bukkit.entity.Player player) Allows to give the inventory back to the player- Parameters:
player- The player
-