Package zombie.scripting.objects
Class ScriptModule.Exit
java.lang.Object
zombie.scripting.objects.ScriptModule.Exit
- Enclosing class:
- ScriptModule
public static class ScriptModule.Exit
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Exit()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
fromX1
public int fromX1 -
fromY1
public int fromY1 -
fromZ1
public int fromZ1 -
toX1
public int toX1 -
toY1
public int toY1 -
toZ1
public int toZ1 -
fromX2
public int fromX2 -
fromY2
public int fromY2 -
fromZ2
public int fromZ2 -
toX2
public int toX2 -
toY2
public int toY2 -
toZ2
public int toZ2 -
map
public java.lang.String map
-
-
Constructor Details
-
Exit
public Exit()
-