Package zombie.iso

Class LotHeader

java.lang.Object
zombie.iso.LotHeader

public 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  
    protected java.util.ArrayList zones  
  • Constructor Summary

    Constructors
    Constructor Description
    LotHeader()  
  • Method Summary

    Modifier and Type Method Description
    int getHeight()  
    int getLevels()  
    IsoRoom getRoom​(int roomID)  
    int getRoomAt​(int x, int y, int z)
    Deprecated.
    int getWidth()  

    Methods inherited from class java.lang.Object

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

    • tilesUsed

      protected java.util.ArrayList tilesUsed
    • zones

      protected java.util.ArrayList zones
    • width

      public int width
    • height

      public int height
    • levels

      public int levels
    • version

      public int version
    • Rooms

      public java.util.HashMap Rooms
    • RoomList

      public java.util.ArrayList RoomList
    • Buildings

      public java.util.ArrayList Buildings
    • isoRooms

      public java.util.HashMap isoRooms
    • isoBuildings

      public java.util.HashMap isoBuildings
    • bFixed2x

      public boolean bFixed2x
  • Constructor Details

    • LotHeader

      public LotHeader()
  • Method Details

    • getHeight

      public int getHeight()
    • getWidth

      public int getWidth()
    • getLevels

      public int getLevels()
    • getRoom

      public IsoRoom getRoom​(int roomID)
    • getRoomAt

      @Deprecated public int getRoomAt​(int x, int y, int z)
      Deprecated.