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 TypeMethodDescriptionConfig.getComment(PathString path, CommentType type) Get the comment.DecorativeConfig.getComment(PathString path, CommentType type) default voidConfig.setComment(PathString path, List<String> value, CommentType type) Set the comment This is a default empty method.voidDecorativeConfig.setComment(PathString path, List<String> value, CommentType type)