Class Effect
java.lang.Object
io.github.syst3ms.skriptparser.lang.Statement
io.github.syst3ms.skriptparser.lang.Effect
- All Implemented Interfaces:
SyntaxElement
- Direct Known Subclasses:
EffAsk, EffAsync, EffChange, EffContinue, EffDoIf, EffEscape, EffExit, EffFunctionCall, EffInlineCondition, EffPrint, EffReturn, EffShutdown, EffWait, ExecutableExpression
A line of code that is executed before moving on to the next one.
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidexecute(TriggerContext ctx) booleanrun(TriggerContext ctx) Executes this StatementMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SyntaxElement
init, toString