net.mazewar
Class InitPoint
java.lang.Object
net.mazewar.InitPoint
- All Implemented Interfaces:
- java.io.Serializable
public class InitPoint
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mazeWidth
public static final int mazeWidth
- See Also:
- Constant Field Values
mazeHeight
public static final int mazeHeight
- See Also:
- Constant Field Values
mazeSeed
public static final int mazeSeed
- See Also:
- Constant Field Values
InitPoint
public InitPoint(java.lang.String cName,
DirectedPoint directedPoint)
InitPoint
public InitPoint(java.lang.String cname,
DirectedPoint directedPoint,
boolean isBot)
getName
public java.lang.String getName()
getDirectedPoint
public DirectedPoint getDirectedPoint()
getIsRobot
public boolean getIsRobot()