Class Runes
- java.lang.Object
-
- net.eternalclient.api.wrappers.magic.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.
-
-
-
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
-
-