Class NullSafeInventory.Provider
- java.lang.Object
-
- org.rspeer.game.adapter.component.inventory.NullSafeInventory.Provider
-
- All Implemented Interfaces:
RSInventory
,RSNode
,RSProvider
- Enclosing class:
- NullSafeInventory
public static class NullSafeInventory.Provider extends Object implements RSInventory
-
-
Field Summary
Fields Modifier and Type Field Description static NullSafeInventory.Provider
INSTANCE
-
Constructor Summary
Constructors Constructor Description Provider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getIds()
long
getKey()
RSNode
getNext()
RSNode
getPrevious()
int[]
getStackSizes()
void
unlink()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jag.game.RSInventory
getItem
-
-
-
-
Field Detail
-
INSTANCE
public static final NullSafeInventory.Provider INSTANCE
-
-
Method Detail
-
getIds
public int[] getIds()
- Specified by:
getIds
in interfaceRSInventory
-
getStackSizes
public int[] getStackSizes()
- Specified by:
getStackSizes
in interfaceRSInventory
-
getPrevious
public RSNode getPrevious()
- Specified by:
getPrevious
in interfaceRSNode
-
-