Class RunePouch


  • public class RunePouch
    extends java.lang.Object
    This class represents a Rune pouch and provides methods to get the quantity of a specific Rune in the pouch.
    • Constructor Detail

      • RunePouch

        public RunePouch()
    • Method Detail

      • getQuantity

        public static int getQuantity​(Rune rune)
        Returns the quantity of the specified Rune in the RunePouch, or 0 if not found.
        Parameters:
        rune - the Rune to check the quantity of
        Returns:
        the quantity of the specified Rune in the RunePouch, or 0 if not found