Class RZSFishingTrip
java.lang.Object
zombie.randomizedWorld.RandomizedWorldBase
zombie.randomizedWorld.randomizedZoneStory.RandomizedZoneStoryBase
zombie.randomizedWorld.randomizedZoneStory.RZSFishingTrip
public class RZSFishingTrip extends RandomizedZoneStoryBase
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.randomizedWorld.randomizedZoneStory.RandomizedZoneStoryBase
RandomizedZoneStoryBase.ZoneType
-
Field Summary
Fields inherited from class zombie.randomizedWorld.randomizedZoneStory.RandomizedZoneStoryBase
alwaysDo, baseChance, chance, minZoneHeight, minZoneWidth, totalChance, zoneStory, zoneType
Fields inherited from class zombie.randomizedWorld.RandomizedWorldBase
debugLine, maximumDays, minimumDays, minimumRooms, name, unique
-
Constructor Summary
Constructors Constructor Description RZSFishingTrip()
-
Method Summary
Modifier and Type Method Description static java.util.ArrayList
getFishes()
static java.util.ArrayList
getFishingTools()
void
randomizeZoneStory(IsoMetaGrid.Zone zone)
Methods inherited from class zombie.randomizedWorld.randomizedZoneStory.RandomizedZoneStoryBase
cleanAreaForStory, getMinimumHeight, getMinimumWidth, getRandomFreeSquare, getRandomFreeSquareFullZone, initAllRZSMapChance, isValid, isValid, isValidForStory
Methods inherited from class zombie.randomizedWorld.RandomizedWorldBase
addBloodSplat, addItemOnGround, addItemOnGround, addRandomItemOnGround, addRandomItemsOnGround, addRandomItemsOnGround, addTentNorthSouth, addTentWestEast, addTileObject, addTileObject, addTrailer, addTrailOfBlood, addTraitOfBlood, addVehicle, addVehicle, addVehicle, addVehicleFlipped, addVehicleFlipped, addWeapon, addZombiesOnSquare, addZombiesOnVehicle, alignCorpseToSquare, createBodyFromZombie, createRandomDeadBody, createRandomDeadBody, createRandomDeadBody, createRandomDeadBody, createRandomDeadBody, createRandomZombie, createRandomZombie, createRandomZombieForCorpse, createSkeletonCorpse, getDebugLine, getLivingRoomOrKitchen, getMaximumDays, getName, getRandomRoom, getRandomSpawnSquare, getRandomSquareForCorpse, getRoom, getSq, is1x2AreaClear, is2x1AreaClear, is2x1or1x2AreaClear, is2x2AreaClear, isTimeValid, isUnique, removeAllVehiclesOnZone, setAttachedItem, setDebugLine, setMaximumDays, setUnique, spawnCarOnNearestNav
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RZSFishingTrip
public RZSFishingTrip()
-
-
Method Details
-
getFishes
public static java.util.ArrayList getFishes() -
getFishingTools
public static java.util.ArrayList getFishingTools() -
randomizeZoneStory
- Overrides:
randomizeZoneStory
in classRandomizedZoneStoryBase
-