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
Constructors -
Method Summary
Methods inherited from class ch.njol.skript.lang.TriggerItem
debug, getIndentation, getNext, getParent, getTrigger, run, setNext, setParent, toString, walk, walkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.njol.skript.lang.Debuggable
toStringMethods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser, init
-
Constructor Details
-
Statement
public Statement()
-
-
Method Details
-
parse
-