Interface HasMutableEventType

All Superinterfaces:
HasEventType
All Known Implementing Classes:
BaseTelestoDoodleAction, ConditionalAction, GroovySubScriptHelper, OrFilter, TelestoCircleDoodleAction, TelestoImageDoodleAction, TelestoLineDoodleAction, TelestoTextDoodleAction

public interface HasMutableEventType extends HasEventType
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setEventType(Class<?> eventType)
     

    Methods inherited from interface gg.xp.xivsupport.events.triggers.easytriggers.model.HasEventType

    getEventType
  • Method Details

    • setEventType

      void setEventType(Class<?> eventType)