Package org.rspeer.game.event
Class SceneObjectSpawnEvent
java.lang.Object
java.util.EventObject
org.rspeer.event.Event<T>
org.rspeer.game.event.GameEvent<SceneObjectSpawnEvent.SceneObjectSpawn>
org.rspeer.game.event.SceneObjectSpawnEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
-
Constructor Summary
ConstructorDescriptionConstructs a prototypical Event. -
Method Summary
Methods inherited from class org.rspeer.event.Event
consume, getSource, isConsumed
-
Constructor Details
-
SceneObjectSpawnEvent
Constructs a prototypical Event.- Parameters:
source
- The object on which the Event initially occurred.- Throws:
IllegalArgumentException
- if source is null.
-
-
Method Details
-
getPosition
-
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
- Overrides:
toString
in classEventObject
-