Class RandomizedVehicleStoryBase

java.lang.Object
zombie.randomizedWorld.RandomizedWorldBase
zombie.randomizedWorld.randomizedVehicleStory.RandomizedVehicleStoryBase
Direct Known Subclasses:
RVSAmbulanceCrash, RVSBanditRoad, RVSBurntCar, RVSCarCrash, RVSCarCrashCorpse, RVSChangingTire, RVSConstructionSite, RVSCrashHorde, RVSFlippedCrash, RVSPoliceBlockade, RVSPoliceBlockadeShooting, RVSTrailerCrash, RVSUtilityVehicle

public class RandomizedVehicleStoryBase
extends RandomizedWorldBase
  • Field Details

    • horizontalZone

      protected boolean horizontalZone
    • zoneWidth

      protected int zoneWidth
    • baseChance

      public static final float baseChance
      See Also:
      Constant Field Values
    • minX

      protected int minX
    • minY

      protected int minY
    • maxX

      protected int maxX
    • maxY

      protected int maxY
    • minZoneWidth

      protected int minZoneWidth
    • minZoneHeight

      protected int minZoneHeight
  • Constructor Details

    • RandomizedVehicleStoryBase

      public RandomizedVehicleStoryBase()
  • Method Details