Package ch.njol.skript.config
Class InvalidNode
java.lang.Object
ch.njol.skript.config.Node
ch.njol.skript.config.VoidNode
ch.njol.skript.config.InvalidNode
- All Implemented Interfaces:
NodeNavigator
,AnyNamed
,AnyProvider
,Iterable<Node>
,Validated
A line of a config that could not be parsed.
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.njol.skript.config.Node
debug, equals, getComment, getConfig, getCurrentNode, getIndentation, getLine, getParent, getPath, getPathSteps, hashCode, invalidate, isVoid, move, name, remove, rename, save, save, splitLine, splitLine, toString, valid
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.njol.skript.lang.util.common.AnyNamed
setName, supportsNameChange
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface ch.njol.skript.config.NodeNavigator
getNodeAt, getNodeAt, getValue, iterator
-
Constructor Details
-
InvalidNode
-