Class PirateActivityEntry


  • public class PirateActivityEntry
    extends java.lang.Object
    Entry to keep track of pirate activity.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2017 Created on Oct 17, 2017
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fightWon

        private boolean fightWon
      • sukenShips

        private int sukenShips
      • enteredShips

        private int enteredShips
      • lootedShips

        private int lootedShips
    • Constructor Detail

      • PirateActivityEntry

        public PirateActivityEntry()