Class ScriptPreFired


  • public class ScriptPreFired
    extends Object
    An event that is fired before the designated script is ran
    • Constructor Detail

      • ScriptPreFired

        public ScriptPreFired​(int scriptId)
    • Method Detail

      • getScriptId

        public int getScriptId()
        The script id of the invoked script
      • getScriptEvent

        public ScriptEvent getScriptEvent()
        The input of the script invoke, this will be null unless it is the root script
      • setScriptEvent

        public void setScriptEvent​(ScriptEvent scriptEvent)
        The input of the script invoke, this will be null unless it is the root script
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object