Uses of Enum Class
me.hsgamer.hscore.config.CommentType
-
Uses of CommentType in me.hsgamer.hscore.config
Methods in me.hsgamer.hscore.config 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 me.hsgamer.hscore.config with parameters of type CommentTypeModifier and TypeMethodDescriptiondefault StringConfig.getComment(String path, CommentType type) Get the comment.DecorativeConfig.getComment(String path, CommentType type) default voidConfig.setComment(String path, String value, CommentType type) Set the comment This is a default empty method.voidDecorativeConfig.setComment(String path, String value, CommentType type)