Class AbstractAgentStatus

    • Constructor Detail

      • AbstractAgentStatus

        public AbstractAgentStatus()
    • Method Detail

      • isIdle

        public boolean isIdle()
        Description copied from interface: AgentStatus
        Returns true if the agent idle at present.
        Specified by:
        isIdle in interface AgentStatus
        Returns:
        agent idle status
      • getDisplayName

        @Nullable
        public @Nullable String getDisplayName()
        Specified by:
        getDisplayName in interface AgentStatus
        Returns:
        The display name for the thing that agent is building. Use in the UI.