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
- See Also:
-
Field Summary
Fields inherited from class ch.njol.skript.lang.TriggerItem
parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable Statementparse(String input, @Nullable String defaultError, @Nullable SectionNode node, @Nullable List<TriggerItem> items) static @Nullable Statementstatic @Nullable Statementparse(String input, @Nullable List<TriggerItem> items, String defaultError) 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
-
parse
@Nullable public static @Nullable Statement parse(String input, @Nullable @Nullable List<TriggerItem> items, String defaultError) -
parse
@Nullable public static @Nullable Statement parse(String input, @Nullable @Nullable String defaultError, @Nullable @Nullable SectionNode node, @Nullable @Nullable List<TriggerItem> items)
-