Package zombie.iso

Class MetaObject

java.lang.Object
zombie.iso.MetaObject

public class MetaObject
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    MetaObject​(int int1, int int2, int int3, RoomDef roomDef)  
  • Method Summary

    Modifier and Type Method Description
    RoomDef getRoom()  
    int getType()  
    boolean getUsed()  
    int getX()  
    int getY()  
    void setUsed​(boolean boolean1)  

    Methods inherited from class java.lang.Object

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

    • MetaObject

      public MetaObject​(int int1, int int2, int int3, RoomDef roomDef)
  • Method Details

    • getRoom

      public RoomDef getRoom()
    • setUsed

      public void setUsed​(boolean boolean1)
    • getUsed

      public boolean getUsed()
    • getX

      public int getX()
    • getY

      public int getY()
    • getType

      public int getType()