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.ProviderINSTANCE
-
Constructor Summary
Constructors Constructor Description Provider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getIds()longgetKey()RSNodegetNext()RSNodegetPrevious()int[]getStackSizes()voidunlink()-
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:
getIdsin interfaceRSInventory
-
getStackSizes
public int[] getStackSizes()
- Specified by:
getStackSizesin interfaceRSInventory
-
getPrevious
public RSNode getPrevious()
- Specified by:
getPreviousin interfaceRSNode
-
-