Package zombie.iso

Class IsoGridSquare.PuddlesDirection

java.lang.Object
zombie.iso.IsoGridSquare.PuddlesDirection
Enclosing class:
IsoGridSquare

public static class IsoGridSquare.PuddlesDirection
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static byte PUDDLES_DIR_ALL  
    static byte PUDDLES_DIR_NE  
    static byte PUDDLES_DIR_NONE  
    static byte PUDDLES_DIR_NW  
  • Constructor Summary

    Constructors
    Constructor Description
    PuddlesDirection()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • PUDDLES_DIR_NONE

      public static byte PUDDLES_DIR_NONE
    • PUDDLES_DIR_NE

      public static byte PUDDLES_DIR_NE
    • PUDDLES_DIR_NW

      public static byte PUDDLES_DIR_NW
    • PUDDLES_DIR_ALL

      public static byte PUDDLES_DIR_ALL
  • Constructor Details

    • PuddlesDirection

      public PuddlesDirection()