Class ConfigurationSequenceSpigot
java.lang.Object
com.kamikazejam.kamicommon.yaml.base.ConfigurationSequence<ConfigurationSection>
com.kamikazejam.kamicommon.yaml.spigot.ConfigurationSequenceSpigot
- All Implemented Interfaces:
Iterable<ConfigurationSection>
-
Field Summary
Fields inherited from class ConfigurationSequence
parent -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationSequenceSpigot(ConfigurationSection parent, @Nullable org.yaml.snakeyaml.nodes.SequenceNode node, String newPath) -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull List<ConfigurationSection> loadSections(@Nullable org.yaml.snakeyaml.nodes.SequenceNode sequenceNode, String newPath) Methods inherited from class ConfigurationSequence
filter, find, forEach, get, isEmpty, iterator, size, stream, toListMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
spliterator
-
Constructor Details
-
ConfigurationSequenceSpigot
public ConfigurationSequenceSpigot(ConfigurationSection parent, @Nullable @Nullable org.yaml.snakeyaml.nodes.SequenceNode node, String newPath)
-
-
Method Details
-
loadSections
@NotNull protected @NotNull List<ConfigurationSection> loadSections(@Nullable @Nullable org.yaml.snakeyaml.nodes.SequenceNode sequenceNode, String newPath) - Specified by:
loadSectionsin classConfigurationSequence<ConfigurationSection>
-