Uses of Enum Class
io.github.projectunified.craftconfig.common.CommentType
Packages that use CommentType
Package
Description
-
Uses of CommentType in io.github.projectunified.craftconfig.bukkit
Methods in io.github.projectunified.craftconfig.bukkit with parameters of type CommentTypeModifier and TypeMethodDescriptionBukkitConfig.BukkitConfigNode.getComment(CommentType type) BukkitConfig.getComment(CommentType type) voidBukkitConfig.BukkitConfigNode.setComment(CommentType type, List<String> value) voidBukkitConfig.setComment(CommentType type, List<String> value) -
Uses of CommentType in io.github.projectunified.craftconfig.bungeecord
Methods in io.github.projectunified.craftconfig.bungeecord with parameters of type CommentTypeModifier and TypeMethodDescriptionBungeeConfig.BungeeConfigNode.getComment(CommentType type) BungeeConfig.getComment(CommentType type) voidBungeeConfig.BungeeConfigNode.setComment(CommentType type, List<String> value) voidBungeeConfig.setComment(CommentType type, List<String> value) -
Uses of CommentType in io.github.projectunified.craftconfig.common
Methods in io.github.projectunified.craftconfig.common that return CommentTypeModifier and TypeMethodDescriptionstatic CommentTypeReturns the enum constant of this class with the specified name.static CommentType[]CommentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.projectunified.craftconfig.common with parameters of type CommentTypeModifier and TypeMethodDescriptionConfigNode.getComment(CommentType type) Get the comment for this nodedefault voidConfigNode.setComment(CommentType type, List<String> value) Set the comment for this node -
Uses of CommentType in io.github.projectunified.craftconfig.configurate
Methods in io.github.projectunified.craftconfig.configurate with parameters of type CommentTypeModifier and TypeMethodDescriptionConfigurateConfig.ConfigurateConfigNode.getComment(CommentType type) ConfigurateConfig.getComment(CommentType type) voidConfigurateConfig.ConfigurateConfigNode.setComment(CommentType type, List<String> value) voidConfigurateConfig.setComment(CommentType type, List<String> value)