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 com.kamikazejam.kamicommon.yaml.base.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 com.kamikazejam.kamicommon.yaml.base.ConfigurationSequence
filter, find, forEach, get, isEmpty, iterator, size, stream, toList
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.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:
loadSections
in classConfigurationSequence<ConfigurationSection>
-