Class Runes


  • public class Runes
    extends java.lang.Object
    This class provides a static method to retrieve a HashMap of available runes based on the player's equipment, inventory, and rune pouch.
    • Constructor Summary

      Constructors 
      Constructor Description
      Runes()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.HashMap<Rune,​java.lang.Integer> getAvailable()
      Retrieves the available runes based on the current equipped weapon.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Runes

        public Runes()
    • Method Detail

      • getAvailable

        public static java.util.HashMap<Rune,​java.lang.Integer> getAvailable()
        Retrieves the available runes based on the current equipped weapon.
        Returns:
        a HashMap containing the available runes and their quantities