Package zombie.iso
Class IsoMetaGrid.Trigger
java.lang.Object
zombie.iso.IsoMetaGrid.Trigger
- Enclosing class:
- IsoMetaGrid
public static class IsoMetaGrid.Trigger
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description KahluaTable
data
BuildingDef
def
boolean
triggered
int
triggerRange
java.lang.String
type
int
zombieExclusionRange
-
Constructor Summary
Constructors Constructor Description Trigger(BuildingDef buildingDef, int int1, int int2, java.lang.String string)
-
Method Summary
Modifier and Type Method Description KahluaTable
getModData()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
def
-
triggerRange
public int triggerRange -
zombieExclusionRange
public int zombieExclusionRange -
type
public java.lang.String type -
triggered
public boolean triggered -
data
-
-
Constructor Details
-
Trigger
-
-
Method Details
-
getModData
-