|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object moagg.level.xml.data.AbstractData moagg.level.xml.data.object.AbstractDecorationData moagg.level.xml.data.object.GrinderData
public class GrinderData
Nested Class Summary | |
---|---|
static class |
GrinderData.WaypointData
|
Constructor Summary | |
---|---|
GrinderData()
|
Method Summary | |
---|---|
void |
addWaypoint(GrinderData.WaypointData waypoint)
|
int |
getVelocity()
|
java.util.List<GrinderData.WaypointData> |
getWaypoints()
|
void |
setVelocity(int velocity)
|
Methods inherited from class moagg.level.xml.data.object.AbstractDecorationData |
---|
getId, getX, getY, isVisible, setId, setVisible, setX, setY |
Methods inherited from class moagg.level.xml.data.AbstractData |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GrinderData()
Method Detail |
---|
public void setVelocity(int velocity)
public int getVelocity()
public void addWaypoint(GrinderData.WaypointData waypoint)
public java.util.List<GrinderData.WaypointData> getWaypoints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |