Class CamphorBlowpipe
- java.lang.Object
-
- org.rspeer.game.service.telemetry.model.item.ChargeItem
-
- org.rspeer.game.service.telemetry.model.item.DartBlowpipe
-
- org.rspeer.game.service.telemetry.model.item.CamphorBlowpipe
-
public class CamphorBlowpipe extends DartBlowpipe
-
-
Constructor Summary
Constructors Constructor Description CamphorBlowpipe(ChargeParameters chargeParameters, IntSupplier dartId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterchangeableItemgetInterchangeableItem()StringgetKey()int[]getUnchargedIds()-
Methods inherited from class org.rspeer.game.service.telemetry.model.item.DartBlowpipe
getRechargeMaterials, getRemainingCharges, onObservation, resetCharges
-
Methods inherited from class org.rspeer.game.service.telemetry.model.item.ChargeItem
getChargeParameters, getItem, getLastUpdateTick, getWornElseCarried, isCheckRequired, isTracked, setLastUpdateTick
-
-
-
-
Constructor Detail
-
CamphorBlowpipe
public CamphorBlowpipe(ChargeParameters chargeParameters, IntSupplier dartId)
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin classChargeItem- Returns:
- an identifier for this item
-
getInterchangeableItem
public InterchangeableItem getInterchangeableItem()
- Specified by:
getInterchangeableItemin classChargeItem- Returns:
- The
InterchangeableItemassociated with this item
-
getUnchargedIds
public int[] getUnchargedIds()
- Specified by:
getUnchargedIdsin classChargeItem- Returns:
- The uncharged item ids
-
-