Package ch.njol.skript.config
Class EntryNode
java.lang.Object
ch.njol.skript.config.Node
ch.njol.skript.config.EntryNode
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEntryNode(String key, String value, SectionNode parent)
EntryNode(String key, String value, String comment, SectionNode parent, int lineNum)
-
Method Summary
Methods inherited from class ch.njol.skript.config.Node
debug, getComment, getConfig, getIndentation, getLine, getParent, isVoid, move, remove, rename, save, save, splitLine, toString
-
Constructor Details
-
EntryNode
-
EntryNode
-
-
Method Details
-
getKey
Description copied from class:Node
Key of this node. null for empty or invalid nodes, and the config's main node. -
getValue
-
setValue
-