Uses of Class
org.rspeer.game.service.telemetry.TelemetricItem
-
Packages that use TelemetricItem Package Description org.rspeer.game.service.telemetry -
-
Uses of TelemetricItem in org.rspeer.game.service.telemetry
Methods in org.rspeer.game.service.telemetry that return TelemetricItem Modifier and Type Method Description static TelemetricItem
TelemetricItem. valueOf(String name)
Returns the enum constant of this type with the specified name.static TelemetricItem[]
TelemetricItem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.service.telemetry with parameters of type TelemetricItem Modifier and Type Method Description int
ItemTelemetryService. getLastUpdateTick(TelemetricItem item)
int
ItemTelemetryService. getTicksSinceUpdate(TelemetricItem item)
boolean
ItemTelemetryService. isDirty(TelemetricItem item)
boolean
ItemTelemetryService. isRechargeRequired(TelemetricItem item)
void
ItemTelemetryService. update(TelemetricItem item, int value)
-