- All Known Subinterfaces:
- PlayerInventory,- UserInventory
public interface StandardInventory
Represents the standard inventory the player has when playing the game.
- 
Method Summary
Get the armor equipment inventory 
 
Gets the equipment inventory. 
 
Gets the hotbar inventory. 
 
Gets the offhand inventory. 
 
Gets the main inventory including the Hotbar. 
 
Gets the main inventory excluding the Hotbar. 
 
 
 
 
- 
Method Details
- 
primaryGets the main inventory including the Hotbar. 
- Returns:
- The main inventory
 
- 
hotbarGets the hotbar inventory. 
- Returns:
- The hotbar
 
- 
storageGets the main inventory excluding the Hotbar. 
- Returns:
- The main inventory grid
 
- 
armorGet the armor equipment inventory 
- Returns:
- The armor inventory
 
- 
offhandGets the offhand inventory. 
- Returns:
- The offhand slot
 
- 
equipmentGets the equipment inventory. 
- Returns:
- The equipment inventory