java.lang.Object
com.kamikazejam.kamicommon.configuration.spigot.data.ConfigComment

public class ConfigComment extends Object
This object contains the data for an AbstractConfig yaml comment.
  • Constructor Details

    • ConfigComment

      public ConfigComment(String key, List<String> comment, boolean above)
      Internal Class for the Parser, do not use :)