Class 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()  
    • Constructor Detail

      • RunePouch

        public RunePouch()
    • 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()