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
Constructors -
Method Summary
Methods inherited from class Node
debug, equals, getComment, getConfig, getCurrentNode, getIndentation, getLine, getParent, getPath, getPathSteps, hashCode, invalidate, isVoid, move, name, remove, rename, save, save, splitLine, splitLine, toString, validMethods inherited from interface AnyNamed
nameComponent, setName, setName, supportsNameChangeMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface NodeNavigator
getNodeAt, getNodeAt, getValue, iterator
-
Constructor Details
-
InvalidNode
-