Uses of Class
dev.satyrn.papermc.api.configuration.v1.ConfigurationNode
Packages that use ConfigurationNode
Package
Description
Provides implementations for configuration wrappers.
Provides implementations for configuration wrappers.
Provides implementations for configuration wrappers.
Provides implementations for configuration wrappers.
Provides implementations for configuration wrappers.
-
Uses of ConfigurationNode in dev.satyrn.papermc.api.configuration.v1
Classes in dev.satyrn.papermc.api.configuration.v1 with type parameters of type ConfigurationNodeModifier and TypeInterfaceDescriptioninterfaceConfigurationConsumer<T extends ConfigurationNode<?>>Deprecated.Since 1.6.1.classConfigurationConsumerRegistry<T extends ConfigurationNode<?>>Deprecated.Since 1.6.1.Subclasses of ConfigurationNode in dev.satyrn.papermc.api.configuration.v1Modifier and TypeClassDescriptionclassRepresents a configurable BigDecimal value.classRepresents a configurable BigInteger value.classRepresents a configuration node with a boolean value.classDeprecated.Since 1.9.0.classRepresents a value-less node which contains other nodes.classDeprecated.Since 1.9.1.classRepresents a configuration node with a double-precision floating point value.classEnumListNode<E extends Enum<E>>Represents a configuration node with a list of enum values.classRepresents a configuration node with an enum value.classRepresents a configuration node with an integer value.classRepresents a configuration node with a map list value.classDeprecated.Since 1.9.0.classA configuration nodeclassRepresents a value-less node which contains other nodes.classRepresents a configuration node which stores aStorageTypevalue.classRepresents a configuration node with a string value.classTypedMapListNode<K,V> Gets a map list from the config, using specified types instead of rawtypes.Methods in dev.satyrn.papermc.api.configuration.v1 that return ConfigurationNodeModifier and TypeMethodDescriptionprotected @Nullable ConfigurationNode<T>DifficultyDependentNode.getEasyNode()Deprecated.Gets the node instance for the easy difficulty value.protected @Nullable ConfigurationNode<T>DifficultyDependentNode.getHardNode()Deprecated.Gets the node instance for the hard difficulty value.protected @Nullable ConfigurationNode<T>DifficultyDependentNode.getNormalNode()Deprecated.Gets the node instance for the normal difficulty value.protected @Nullable ConfigurationNode<T>DifficultyDependentNode.getPeacefulNode()Deprecated.Gets the node instance for the peaceful difficulty value.Methods in dev.satyrn.papermc.api.configuration.v1 that return types with arguments of type ConfigurationNodeModifier and TypeMethodDescription@NotNull @Unmodifiable List<@NotNull ConfigurationNode<?>>ConfigurationNode.getChildren()Gets an unmodifiable list of children for this node.@NotNull @Unmodifiable List<ConfigurationNode<?>>DifficultyDependentNode.getChildren()Deprecated.Gets an unmodifiable list of children for this node.Methods in dev.satyrn.papermc.api.configuration.v1 with parameters of type ConfigurationNodeModifier and TypeMethodDescriptionprotected final voidConfigurationNode.addChild(@NotNull ConfigurationNode<?> configurationNode) Ensures that the node's list of children includes the specified child node.Constructors in dev.satyrn.papermc.api.configuration.v1 with parameters of type ConfigurationNodeModifierConstructorDescriptionBigDecimalNode(@NotNull ConfigurationNode<?> parent, @NotNull String name) Initializes a new Configuration node.BigIntegerNode(@NotNull ConfigurationNode<?> parent, @NotNull String name) Initializes a new Configuration node.BooleanNode(@NotNull ConfigurationNode<?> parent, @NotNull String name) Creates a new configuration node with a boolean value.protectedConfigurationContainer(@NotNull ConfigurationNode<?> parent, @Nullable String name) Deprecated.Initializes the configuration container as a child of another container.protectedConfigurationNode(@NotNull ConfigurationNode<?> parent, @Nullable String name) Initializes a new Configuration node.protectedConfigurationNode(@NotNull ConfigurationNode<?> parent, @Nullable String name, @NotNull org.bukkit.configuration.Configuration config) Deprecated, for removal: This API element is subject to removal in a future version.Since 1.9.0.protectedConfigurationNode(@NotNull org.bukkit.plugin.Plugin plugin, @Nullable ConfigurationNode<?> parent, @Nullable String name) Initializes a new Configuration node.protectedConfigurationNode(@NotNull org.bukkit.plugin.Plugin plugin, @Nullable ConfigurationNode<?> parent, @Nullable String name, @NotNull org.bukkit.configuration.Configuration config) Deprecated, for removal: This API element is subject to removal in a future version.Since 1.9.0.protectedContainerNode(@NotNull ConfigurationNode<?> parent, @Nullable String name) Initializes the node as a child of another node.protectedDifficultyDependentNode(@NotNull ConfigurationNode<?> parent, @NotNull String name) Deprecated.Initializes a new difficulty-dependent configuration node.DoubleNode(@NotNull ConfigurationNode<?> parent, @NotNull String name) Creates a new configuration node with a double-precision floating point value.DoubleNode(@NotNull ConfigurationNode<?> parent, @NotNull String name, double minValue, double maxValue) Creates a new configuration node with a double-precision floating point value.EnumListNode(@NotNull ConfigurationNode<?> parent, @NotNull String name) Creates a new configuration node with a list of enum values.EnumNode(@NotNull ConfigurationNode<?> parent, @NotNull String name) Creates a new configuration node with an enum value.IntegerNode(@NotNull ConfigurationNode<?> parent, @NotNull String name) Creates a new configuration node with an integer value.IntegerNode(@NotNull ConfigurationNode<?> parent, @NotNull String name, int minValue, int maxValue) Creates a new configuration node with an integer value.MapListNode(@NotNull ConfigurationNode<?> parent, @NotNull String name) Creates a new configuration node with a Map list value.MySQLConfiguration(ConfigurationNode<?> parent) Deprecated.Creates a new MySQL configuration container.protectedOptionalConfigurationNode(@NotNull ConfigurationNode<?> parent, @Nullable String name) Initializes a new Configuration node.StorageTypeNode(@NotNull ConfigurationNode<?> parent, @NotNull String name) Creates a new configuration node with a Log Level value.StringNode(@NotNull ConfigurationNode<?> parent, @NotNull String name) Creates a new configuration node with a string value.TypedMapListNode(@NotNull ConfigurationNode<?> parent, @NotNull String name) Creates a new typed map list node. -
Uses of ConfigurationNode in dev.satyrn.papermc.api.configuration.v2
Subclasses of ConfigurationNode in dev.satyrn.papermc.api.configuration.v2Modifier and TypeClassDescriptionclassRepresents a node which has a value dependent on difficulty.classEnumListNode<E extends Enum<E>>Deprecated, for removal: This API element is subject to removal in a future version.Since 1.9.0 versioning refactor.classRepresents a container of nodes which dictate the function of and options for the MySQL server backend.Methods in dev.satyrn.papermc.api.configuration.v2 that return ConfigurationNodeModifier and TypeMethodDescriptionprotected @Nullable ConfigurationNode<T>DifficultyDependentNode.getEasyNode()Gets the node instance for the easy difficulty value.protected @Nullable ConfigurationNode<T>DifficultyDependentNode.getHardNode()Gets the node instance for the hard difficulty value.protected @Nullable ConfigurationNode<T>DifficultyDependentNode.getNormalNode()Gets the node instance for the normal difficulty value.protected @Nullable ConfigurationNode<T>DifficultyDependentNode.getPeacefulNode()Gets the node instance for the peaceful difficulty value.Methods in dev.satyrn.papermc.api.configuration.v2 that return types with arguments of type ConfigurationNodeModifier and TypeMethodDescription@NotNull @Unmodifiable List<@NotNull ConfigurationNode<?>>DifficultyDependentNode.getChildren()Gets an unmodifiable list of children for this node.Constructors in dev.satyrn.papermc.api.configuration.v2 with parameters of type ConfigurationNodeModifierConstructorDescriptionprotectedDifficultyDependentNode(@NotNull ConfigurationNode<?> parent, @NotNull String name) Initializes a new difficulty-dependent configuration node.MySQLConfiguration(ConfigurationNode<?> parent) Creates a new MySQL configuration container. -
Uses of ConfigurationNode in dev.satyrn.papermc.api.configuration.v3
Subclasses of ConfigurationNode in dev.satyrn.papermc.api.configuration.v3Modifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Since 1.9.0 versioning refactor.classDeprecated, for removal: This API element is subject to removal in a future version.Since 1.9.0 versioning refactor. -
Uses of ConfigurationNode in dev.satyrn.papermc.api.configuration.v4
Subclasses of ConfigurationNode in dev.satyrn.papermc.api.configuration.v4Modifier and TypeClassDescriptionclassTypedMapListNode<K,V> Deprecated, for removal: This API element is subject to removal in a future version.Since 1.9.0 versioning refactor. -
Uses of ConfigurationNode in dev.satyrn.papermc.api.configuration.v5
Subclasses of ConfigurationNode in dev.satyrn.papermc.api.configuration.v5Modifier and TypeClassDescriptionfinal classDeprecated, for removal: This API element is subject to removal in a future version.Since 1.9.0 versioning refactor.final classDeprecated, for removal: This API element is subject to removal in a future version.Since 1.9.0 versioning refactor.