|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.rico.adventure.structure.EntryPoint
public class EntryPoint
This class encapsulates a location of entry in a room. Such a location is specified by position and rotation values.
Constructor Summary | |
---|---|
EntryPoint(java.lang.String scriptId,
Point3D pos,
Point3D rot)
Creates a new entry point with the specified position and rotation. |
Method Summary | |
---|---|
Point3D |
getPosition()
Returns the position of the entry point. |
Point3D |
getRotation()
Returns the rotation of the entry point. |
java.lang.String |
getScriptId()
Returns the script id of the entry point. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntryPoint(java.lang.String scriptId, Point3D pos, Point3D rot)
scriptId
- script id of the entry pointpos
- position of the entry pointrot
- rotation at the entry pointMethod Detail |
---|
public java.lang.String getScriptId()
public Point3D getPosition()
public Point3D getRotation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |