Class SimpleNode

java.lang.Object
ch.njol.skript.config.Node
ch.njol.skript.config.SimpleNode
All Implemented Interfaces:
NodeNavigator, AnyNamed, AnyProvider, Iterable<Node>, Validated

public class SimpleNode extends Node
  • Constructor Details

  • Method Details

    • set

      public void set(String s)
    • get

      @Nullable public @Nullable Node get(String key)
      Description copied from interface: NodeNavigator
      Obtains the immediate child node at this (direct) key. If this does not represent a node that can have children (e.g. an EntryNode) then it must return null.
      Parameters:
      key - The name of the node
      Returns:
      The child node if one is present, otherwise null