atavism.server.pathing
Class PathObjectType
java.lang.Object
atavism.server.pathing.PathObjectType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class PathObjectType
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
used in pathing code
works with java bean xml serialization
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathObjectType
public PathObjectType()
PathObjectType
public PathObjectType(java.lang.String name,
float height,
float width,
float maxClimbSlope)
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
getName
public java.lang.String getName()
getHeight
public float getHeight()
getWidth
public float getWidth()
getMaxClimbSlope
public float getMaxClimbSlope()