Added getOrientation() as well.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1547 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: Pathable.java,v 1.2 2002/06/20 07:50:02 mdb Exp $
|
// $Id: Pathable.java,v 1.3 2002/06/26 23:51:06 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.media.util;
|
package com.threerings.media.util;
|
||||||
|
|
||||||
@@ -40,6 +40,12 @@ public interface Pathable
|
|||||||
*/
|
*/
|
||||||
public void setOrientation (int orient);
|
public void setOrientation (int orient);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Should return the orientation of the pathable, or {@link
|
||||||
|
* DirectionCodes.NONE} if the pathable does not support orientation.
|
||||||
|
*/
|
||||||
|
public int getOrientation ();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called by a path when this pathable is made to start along a path.
|
* Called by a path when this pathable is made to start along a path.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user