Class ItemTelemetryService
- java.lang.Object
-
- org.rspeer.game.service.telemetry.ItemTelemetryService
-
- All Implemented Interfaces:
Service
@Deprecated public class ItemTelemetryService extends Object implements Service
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static intUNTRACKEDDeprecated.
-
Constructor Summary
Constructors Constructor Description ItemTelemetryService()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetLastUpdateTick(TelemetricItem item)Deprecated.intgetTicksSinceUpdate(TelemetricItem item)Deprecated.booleanisDirty(TelemetricItem item)Deprecated.booleanisRechargeRequired(TelemetricItem item)Deprecated.voidonChatMessageEvent(ChatMessageEvent event)Deprecated.voidonUnsubscribe()Deprecated.voidupdate(TelemetricItem item, int value)Deprecated.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rspeer.event.Service
onSubscribe
-
-
-
-
Field Detail
-
UNTRACKED
public static final int UNTRACKED
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
onUnsubscribe
public void onUnsubscribe()
Deprecated.- Specified by:
onUnsubscribein interfaceService
-
onChatMessageEvent
public void onChatMessageEvent(ChatMessageEvent event)
Deprecated.
-
update
public void update(TelemetricItem item, int value)
Deprecated.
-
isDirty
public boolean isDirty(TelemetricItem item)
Deprecated.- Parameters:
item- The item to check for- Returns:
trueif an items charge/telemetry information is unknown or uncached. If this is the case, you should do whatever is necessary to obtain that information. In most cases, interacting using the "Check" option on that item is sufficient.
-
getLastUpdateTick
public int getLastUpdateTick(TelemetricItem item)
Deprecated.
-
getTicksSinceUpdate
public int getTicksSinceUpdate(TelemetricItem item)
Deprecated.
-
isRechargeRequired
public boolean isRechargeRequired(TelemetricItem item)
Deprecated.
-
-