Class RepairPirateShipTask

  • All Implemented Interfaces:
    java.lang.Runnable

    public class RepairPirateShipTask
    extends TimedTask
    Special implementation for the repair task for pirate ships, which do not have a player as owner and may be ordered to repair as a whole group
    • Field Detail

      • clientServerEventBus

        @Autowired
        @Qualifier("serverClientEventBus")
        private com.google.common.eventbus.AsyncEventBus clientServerEventBus
    • Method Detail

      • run

        public void run()
      • executeRepair

        private void executeRepair​(IShip ship)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object