- 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 
-
primary 
Gets the main inventory including the Hotbar.
- Returns:
- The main inventory
-
hotbar 
Gets the hotbar inventory.
- Returns:
- The hotbar
-
storage 
Gets the main inventory excluding the Hotbar.
- Returns:
- The main inventory grid
-
armor 
Get the armor equipment inventory
- Returns:
- The armor inventory
-
offhand 
Gets the offhand inventory.
- Returns:
- The offhand slot
-
equipment 
Gets the equipment inventory.
- Returns:
- The equipment inventory