Package org.rspeer.game.event
Class SceneObjectSpawnEvent.SceneObjectSpawn
java.lang.Object
org.rspeer.game.event.SceneObjectSpawnEvent.SceneObjectSpawn
- Enclosing class:
- SceneObjectSpawnEvent
-
Constructor Summary
ConstructorDescriptionSceneObjectSpawn
(int plane, int x, int y, int tag, int id, int transform, int orientation, int hidden, int startCycle, int endCycle) -
Method Summary
-
Constructor Details
-
SceneObjectSpawn
public SceneObjectSpawn(int plane, int x, int y, int tag, int id, int transform, int orientation, int hidden, int startCycle, int endCycle)
-
-
Method Details
-
getPlane
public int getPlane() -
getX
public int getX() -
getY
public int getY() -
getTag
-
getId
public int getId() -
getTransform
public int getTransform() -
getOrientation
public int getOrientation() -
getHidden
public int getHidden() -
getStartCycle
public int getStartCycle() -
getEndCycle
public int getEndCycle() -
toString
-