yab.io
Class NozzleElement
java.lang.Object
|
+--yab.io.NozzleElement
- public class NozzleElement
- extends Object
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 |
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
NozzleElement
public NozzleElement(int targetId,
int direction,
int x,
int y,
int quantity)