Lortseam 4 年之前
父節點
當前提交
7ba7411fc9
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/main/java/me/lortseam/completeconfig/api/ConfigEntry.java

+ 2 - 0
src/main/java/me/lortseam/completeconfig/api/ConfigEntry.java

@@ -205,6 +205,8 @@ public @interface ConfigEntry {
         /**
          * Specifies whether the color has an alpha value.
          *
+         * <p>This element is only evaluated by GUI providers. It will not restrict the type of this entry.
+         *
          * @return whether the color has an alpha value
          */
         boolean alphaMode() default false;