Class TriggerEvent
java.lang.Object
java.util.EventObject
de.gurkenlabs.litiengine.entities.TriggerEvent
- All Implemented Interfaces:
Serializable
Represents an event triggered by a
Trigger in the game.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Method Summary
Modifier and TypeMethodDescriptionGet the entity that activated the Trigger.Get this Trigger's message.Get the entities that are affected by the Trigger.Get the Trigger affected by this event.Methods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
getEntity
Get the entity that activated the Trigger.- Returns:
- The entity that activated the trigger.
-
getMessage
-
getTargets
-
getTrigger
-