Class NullNode

java.lang.Object
dev.satyrn.papermc.api.configuration.v1.ConfigurationNode<Object>
dev.satyrn.papermc.api.configuration.v1.NullNode

public class NullNode extends ConfigurationNode<Object>
A node which always contains a null value.
  • Constructor Details

    • NullNode

      protected NullNode(@NotNull @NotNull ConfigurationNode<?> parent, @Nullable @Nullable String name)
      Initializes a new Configuration node.
      Parameters:
      parent - The parent node.
      name - The node name.
      Since:
      1.0.0
  • Method Details