Package dev.twilite.game.facade
Class RunePouch
java.lang.Object
dev.twilite.game.facade.RunePouch
Accesses the rune pouch contents tracked by client varbits.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumRune pouch storage slots backed by client varbits. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intReturns the amount of the requested rune currently stored in available pouch slots.static intReturns the amount of the requested rune currently stored in currently unlocked pouch slots.static booleandivine()Returns whether a divine rune pouch variant is present in the backpack.static booleanpresent()Returns whether a rune pouch variant is present in the backpack.static booleanregular()Returns whether a regular rune pouch variant is present in the backpack.
-
Constructor Details
-
RunePouch
public RunePouch()
-
-
Method Details
-
present
public static boolean present()Returns whether a rune pouch variant is present in the backpack. -
regular
public static boolean regular()Returns whether a regular rune pouch variant is present in the backpack. -
divine
public static boolean divine()Returns whether a divine rune pouch variant is present in the backpack. -
count
Returns the amount of the requested rune currently stored in available pouch slots. -
count
Returns the amount of the requested rune currently stored in currently unlocked pouch slots.
-