Package zombie.iso

Class IsoLot.Zone

java.lang.Object
zombie.iso.IsoLot.Zone
Enclosing class:
IsoLot

public class IsoLot.Zone
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int h  
    java.lang.String name  
    java.lang.String val  
    int w  
    int x  
    int y  
    int z  
  • Constructor Summary

    Constructors
    Constructor Description
    Zone()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • name

      public java.lang.String name
    • val

      public java.lang.String val
    • x

      public int x
    • y

      public int y
    • z

      public int z
    • w

      public int w
    • h

      public int h
  • Constructor Details

    • Zone

      public Zone()