Uses of Class
com.palmergames.bukkit.config.CommentedConfiguration
Packages that use CommentedConfiguration
Package
Description
-
Uses of CommentedConfiguration in com.palmergames.bukkit.config.migration
Methods in com.palmergames.bukkit.config.migration that return types with arguments of type CommentedConfigurationMethod parameters in com.palmergames.bukkit.config.migration with type arguments of type CommentedConfigurationModifier and TypeMethodDescriptionbooleanRunnableMigrations.addMigration(String name, Consumer<CommentedConfiguration> migration) Constructors in com.palmergames.bukkit.config.migration with parameters of type CommentedConfigurationModifierConstructorDescriptionConfigMigrator(@NotNull CommentedConfiguration config, @NotNull String filename, boolean earlyRun) ConfigMigrator(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull CommentedConfiguration config, @NotNull String filename, @NotNull Version lastRunVersion, boolean earlyRun) A ConfigMigrator constructor which another plugin can use. -
Uses of CommentedConfiguration in com.palmergames.bukkit.towny
Methods in com.palmergames.bukkit.towny that return CommentedConfigurationMethod parameters in com.palmergames.bukkit.towny with type arguments of type CommentedConfigurationModifier and TypeMethodDescriptionstatic voidTownySettings.addReloadListener(org.bukkit.NamespacedKey key, @NotNull Consumer<CommentedConfiguration> consumer) -
Uses of CommentedConfiguration in com.palmergames.bukkit.towny.object
Methods in com.palmergames.bukkit.towny.object with parameters of type CommentedConfigurationModifier and TypeMethodDescriptionstatic voidTownBlockTypeHandler.Migrator.checkForLegacyOptions(CommentedConfiguration config) -
Uses of CommentedConfiguration in com.palmergames.bukkit.towny.permissions
Methods in com.palmergames.bukkit.towny.permissions that return CommentedConfiguration