Class NullSafeInventory
- java.lang.Object
-
- org.rspeer.game.adapter.Adapter<RSInventory>
-
- org.rspeer.game.adapter.component.inventory.Inventory
-
- org.rspeer.game.adapter.component.inventory.NullSafeInventory
-
public class NullSafeInventory extends Inventory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NullSafeInventory.Provider
-
Nested classes/interfaces inherited from class org.rspeer.game.adapter.component.inventory.Inventory
Inventory.Format
-
-
Field Summary
Fields Modifier and Type Field Description static NullSafeInventory
INSTANCE
-
Method Summary
-
Methods inherited from class org.rspeer.game.adapter.component.inventory.Inventory
backpack, bank, contains, containsAll, equipment, forceDefaultProvider, get, get, get, getCapacity, getCount, getCount, getEmptySlots, getItems, getItems, getItems, getItems, getKey, getSelectedItem, interact, isEmpty, isFull, isItemSelected, isLoaded, isUnbound, query, queryOf, queryOf, setExtractFromProvider, setQueries, toString
-
Methods inherited from class org.rspeer.game.adapter.Adapter
getProvider, validate
-
-
-
-
Field Detail
-
INSTANCE
public static final NullSafeInventory INSTANCE
-
-