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

    Fields
    Modifier and Type Field Description
    int fromX1  
    int fromX2  
    int fromY1  
    int fromY2  
    int fromZ1  
    int fromZ2  
    java.lang.String map  
    int toX1  
    int toX2  
    int toY1  
    int toY2  
    int toZ1  
    int toZ2  
  • 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()