java.lang.Object
zombie.randomizedWorld.RandomizedWorldBase
zombie.randomizedWorld.randomizedBuilding.RandomizedBuildingBase
zombie.randomizedWorld.randomizedBuilding.TableStories.RBTableStoryBase
Direct Known Subclasses:
RBTSBreakfast, RBTSButcher, RBTSDinner, RBTSDrink, RBTSElectronics, RBTSFoodPreparation, RBTSSandwich, RBTSSewing, RBTSSoup

public class RBTableStoryBase
extends RandomizedBuildingBase
  • Field Details

    • allStories

      public static java.util.ArrayList allStories
    • totalChance

      public static int totalChance
    • chance

      protected int chance
    • rooms

      protected java.util.ArrayList rooms
    • need2Tables

      protected boolean need2Tables
    • ignoreAgainstWall

      protected boolean ignoreAgainstWall
    • table2

      protected IsoObject table2
    • table1

      protected IsoObject table1
    • westTable

      protected boolean westTable
    • fullTableMap

      public java.util.ArrayList fullTableMap
  • Constructor Details

    • RBTableStoryBase

      public RBTableStoryBase()
  • Method Details