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
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable Statement
parse
(String input, @Nullable String defaultError, @Nullable SectionNode node, @Nullable List<TriggerItem> items) static @Nullable Statement
static @Nullable Statement
parse
(String input, @Nullable List<TriggerItem> items, String defaultError) Methods inherited from class ch.njol.skript.lang.TriggerItem
debug, executionIntent, getActualNext, 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, getSyntaxTypeName, 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)
-