Class ClickRightTrigger
java.lang.Object
studio.magemonkey.fabled.dynamic.trigger.ClickTrigger
studio.magemonkey.fabled.dynamic.trigger.ClickRightTrigger
- All Implemented Interfaces:
Trigger<KeyPressEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()booleanshouldTrigger(KeyPressEvent event, int level, Settings settings) Methods inherited from class studio.magemonkey.fabled.dynamic.trigger.ClickTrigger
getCaster, getEvent, getTarget, setValuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface studio.magemonkey.fabled.dynamic.trigger.Trigger
postProcess
-
Constructor Details
-
ClickRightTrigger
public ClickRightTrigger()
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceTrigger<KeyPressEvent>- Specified by:
getKeyin classClickTrigger- Returns:
- unique key for the trigger
-
shouldTrigger
- Specified by:
shouldTriggerin interfaceTrigger<KeyPressEvent>- Specified by:
shouldTriggerin classClickTrigger- Parameters:
event- event detailslevel- the level of the owning skillsettings- skill settings- Returns:
- true if the skill should activate, false otherwise
-