Uses of Enum Class
engine.entity.trigger.Triggers
Packages that use Triggers
-
Uses of Triggers in engine.entity.trigger
Fields in engine.entity.trigger declared as TriggersMethods in engine.entity.trigger that return TriggersModifier and TypeMethodDescriptionDoor.getTriggerType()Interaction.getTriggerType()abstract TriggersTrigger.getTriggerType()static TriggersReturns the enum constant of this class with the specified name.static Triggers[]Triggers.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in engine.entity.trigger with parameters of type TriggersModifier and TypeMethodDescriptionstatic InteractionInteraction.createInteraction(Room r, AbstractMove m, AbstractEntity e, AbstractAbility a, Triggers t) Constructors in engine.entity.trigger with parameters of type TriggersModifierConstructorDescriptionInteraction(float x, float y, float w, float h, AbstractEntity i, AbstractAbility a, Triggers t)