Package zombie.iso

Class LotHeader

java.lang.Object
zombie.iso.LotHeader

public final class LotHeader
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    boolean bFixed2x  
    java.util.ArrayList Buildings  
    int height  
    java.util.HashMap isoBuildings  
    java.util.HashMap isoRooms  
    int levels  
    java.util.ArrayList RoomList  
    java.util.HashMap Rooms  
    protected java.util.ArrayList tilesUsed  
    int version  
    int width  
  • Constructor Summary

    Constructors
    Constructor Description
    LotHeader()  
  • Method Summary

    Modifier and Type Method Description
    int getHeight()  
    int getLevels()  
    IsoRoom getRoom​(int int1)  
    int getRoomAt​(int int1, int int2, int int3)
    Deprecated.
    int getWidth()  

    Methods inherited from class java.lang.Object

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

    • width

      public int width
    • height

      public int height
    • levels

      public int levels
    • version

      public int version
    • Rooms

      public final java.util.HashMap Rooms
    • RoomList

      public final java.util.ArrayList RoomList
    • Buildings

      public final java.util.ArrayList Buildings
    • isoRooms

      public final java.util.HashMap isoRooms
    • isoBuildings

      public final java.util.HashMap isoBuildings
    • bFixed2x

      public boolean bFixed2x
    • tilesUsed

      protected final java.util.ArrayList tilesUsed
  • Constructor Details

    • LotHeader

      public LotHeader()
  • Method Details

    • getHeight

      public int getHeight()
    • getWidth

      public int getWidth()
    • getLevels

      public int getLevels()
    • getRoom

      public IsoRoom getRoom​(int int1)
    • getRoomAt

      @Deprecated public int getRoomAt​(int int1, int int2, int int3)
      Deprecated.