Class SupplyCityMissionData

  • All Implemented Interfaces:
    ITradeMissionData

    public class SupplyCityMissionData
    extends java.lang.Object
    implements ITradeMissionData
    The mission data for the SupplyHometownAIStrategy stores the wares that should be delivered to the hometown in the current cyle
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on May 22, 2016
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • requiredWares

        private java.util.List<IWare> requiredWares
      • targetCity

        private ICity targetCity
    • Constructor Detail

      • SupplyCityMissionData

        public SupplyCityMissionData()