Package ch.njol.skript.lang
Class Statement
java.lang.Object
ch.njol.skript.lang.TriggerItem
ch.njol.skript.lang.Statement
- All Implemented Interfaces:
Debuggable
,SyntaxElement
Supertype of conditions and effects
-
Field Summary
Fields inherited from class ch.njol.skript.lang.TriggerItem
parent
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.njol.skript.lang.TriggerItem
debug, getIndentation, getNext, getParent, getTrigger, run, setNext, setParent, toString, walk, walk
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.njol.skript.lang.Debuggable
toString
Methods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser, init
-
Constructor Details
-
Statement
public Statement()
-
-
Method Details
-
parse
-