Class RootNodeImpl
java.lang.Object
dev.satyrn.papermc.api.configuration.v1.ConfigurationNode<Void>
dev.satyrn.papermc.api.configuration.v1.ContainerNode
dev.satyrn.papermc.api.configuration.v1.RootNode
dev.satyrn.papermc.api.configuration.v1.RootNodeImpl
Implementation of the root node class for testing
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RootNodeImpl
(@NotNull org.bukkit.plugin.Plugin plugin) Initializes the configuration container as a root container. -
Method Summary
Methods inherited from class dev.satyrn.papermc.api.configuration.v1.RootNode
equals, getVersion, save, setVersion, toString
Methods inherited from class dev.satyrn.papermc.api.configuration.v1.ContainerNode
defaultValue, setConfigValue, value
Methods inherited from class dev.satyrn.papermc.api.configuration.v1.ConfigurationNode
addChild, getBasePath, getBasePath, getChildren, getComments, getComments, getConfig, getInlineComments, getInlineComments, getLogger, getName, getPath, getPath, getPlugin, getPriority, getSLF4JLogger, getValueNodeName, getValuePath, getValuePath, hasChildren, hasName, isSubNode, setComments, setComments, setInlineComments, setInlineComments, setValue, toString
-
Constructor Details
-
RootNodeImpl
protected RootNodeImpl(@NotNull @NotNull org.bukkit.plugin.Plugin plugin) Initializes the configuration container as a root container.- Parameters:
plugin
- The plugin instance.- Since:
- 1.9.0
-
-
Method Details