Package net.storm.api.magic
Class RunePouch
- java.lang.Object
-
- net.storm.api.magic.RunePouch
-
public class RunePouch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RunePouch.RuneSlot
-
Constructor Summary
Constructors Constructor Description RunePouch()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IItem
getPouch()
static int
getQuantity(int itemId)
static int
getQuantity(Rune rune)
static java.util.Map<java.lang.Integer,java.lang.Integer>
getRuneQuantities()
static java.util.List<java.lang.Integer>
getRunes()
static boolean
hasPouch()
static boolean
isDivine()
static boolean
isEmpty()
static boolean
isFull()
-
-
-
Method Detail
-
getQuantity
public static int getQuantity(Rune rune)
-
getPouch
public static IItem getPouch()
-
hasPouch
public static boolean hasPouch()
-
isDivine
public static boolean isDivine()
-
getRunes
public static java.util.List<java.lang.Integer> getRunes()
-
getRuneQuantities
public static java.util.Map<java.lang.Integer,java.lang.Integer> getRuneQuantities()
-
getQuantity
public static int getQuantity(int itemId)
-
isFull
public static boolean isFull()
-
isEmpty
public static boolean isEmpty()
-
-