yab.io
Class NozzleElement

java.lang.Object
  |
  +--yab.io.NozzleElement

public class NozzleElement
extends Object


Field Summary
static int DIRECTION
           
 int[] elements
           
static int NUM_ELEMENTS
           
static int QUANTITY
           
static int TARGET_ID
           
static int X
           
static int Y
           
 
Constructor Summary
NozzleElement(int targetId, int direction, int x, int y, int quantity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TARGET_ID

public static final int TARGET_ID
See Also:
Constant Field Values

DIRECTION

public static final int DIRECTION
See Also:
Constant Field Values

X

public static final int X
See Also:
Constant Field Values

Y

public static final int Y
See Also:
Constant Field Values

QUANTITY

public static final int QUANTITY
See Also:
Constant Field Values

NUM_ELEMENTS

public static final int NUM_ELEMENTS
See Also:
Constant Field Values

elements

public final int[] elements
Constructor Detail

NozzleElement

public NozzleElement(int targetId,
                     int direction,
                     int x,
                     int y,
                     int quantity)