Package game.core
Class G.Node
java.lang.Object
game.core.G.Node
- Enclosing class:
- G
protected final class G.Node
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected int[]
neighbours
protected int
nodeIndex
protected int
numNeighbours
protected int
pillIndex
protected int
powerPillIndex
protected int
x
protected int
y
-
Constructor Summary
Constructors Modifier Constructor Description protected
Node(java.lang.String nodeIndex, java.lang.String x, java.lang.String y, java.lang.String pillIndex, java.lang.String powerPillIndex, java.lang.String[] neighbours)
-
Method Summary
-
Field Details
-
x
protected int x -
y
protected int y -
nodeIndex
protected int nodeIndex -
pillIndex
protected int pillIndex -
powerPillIndex
protected int powerPillIndex -
numNeighbours
protected int numNeighbours -
neighbours
protected int[] neighbours
-
-
Constructor Details
-
Node
protected Node(java.lang.String nodeIndex, java.lang.String x, java.lang.String y, java.lang.String pillIndex, java.lang.String powerPillIndex, java.lang.String[] neighbours)
-