Class ItemTelemetryService

    • Constructor Detail

      • ItemTelemetryService

        public ItemTelemetryService()
        Deprecated.
    • Method Detail

      • onUnsubscribe

        public void onUnsubscribe()
        Deprecated.
        Specified by:
        onUnsubscribe in interface Service
      • 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:
        true if 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.