Package org.rspeer.game.component
Class Quiver
- java.lang.Object
-
- org.rspeer.game.component.Quiver
-
public class Quiver extends Object
-
-
Constructor Summary
Constructors Constructor Description Quiver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Item
getAmmunition()
static boolean
isAmmo()
true
if the player has ammunition in the quiver slot.static ItemQuery
query()
-
-
-
Method Detail
-
isAmmo
public static boolean isAmmo()
true
if the player has ammunition in the quiver slot. This includes bolts, arrows, or ammo in an equipped Dizana's Quiver
-
getAmmunition
public static Item getAmmunition()
- Returns:
- The item in the quiver ammunition slot. If using any form of Dizana's Quiver, this will return the primary ammunition within it
-
query
public static ItemQuery query()
-
-