Class PirateNest


  • public class PirateNest
    extends java.lang.Object
    Model for a pirates nest with its defending ships and other armerments.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Jun 06, 2015
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<IShip> defendingShips  
      private javafx.geometry.Point2D location  
    • Constructor Summary

      Constructors 
      Constructor Description
      PirateNest​(javafx.geometry.Point2D location)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • location

        private final javafx.geometry.Point2D location
      • defendingShips

        private final java.util.List<IShip> defendingShips
    • Constructor Detail

      • PirateNest

        public PirateNest​(javafx.geometry.Point2D location)