aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/cc/polyfrost/oneconfig/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/cc/polyfrost/oneconfig/test')
-rw-r--r--src/main/java/cc/polyfrost/oneconfig/test/TestConfig.java72
1 files changed, 72 insertions, 0 deletions
diff --git a/src/main/java/cc/polyfrost/oneconfig/test/TestConfig.java b/src/main/java/cc/polyfrost/oneconfig/test/TestConfig.java
index b072f4c..475c68b 100644
--- a/src/main/java/cc/polyfrost/oneconfig/test/TestConfig.java
+++ b/src/main/java/cc/polyfrost/oneconfig/test/TestConfig.java
@@ -43,6 +43,78 @@ public class TestConfig extends Config {
)
public static int switchTest3;
+ @Option(
+ name = "Test option",
+ subcategory = "Test",
+ options = {"Hello", "World", "Fish", "Cat"},
+ type = OptionType.UNI_SELECTOR,
+ size = 2
+ )
+ public static int uniSelector1;
+
+ @Option(
+ name = "Test option",
+ subcategory = "Test",
+ options = {"Hello", "World", "Fish", "Cat"},
+ type = OptionType.UNI_SELECTOR,
+ size = 2
+ )
+ public static int uniSelector2;
+
+ @Option(
+ name = "Test option",
+ subcategory = "Test",
+ options = {"Hello", "World", "Fish", "Cat"},
+ type = OptionType.UNI_SELECTOR,
+ size = 2
+ )
+ public static int uniSelector3;
+
+ @Option(
+ name = "Test option",
+ subcategory = "Test",
+ options = {"Hello", "World", "Fish", "Cat"},
+ type = OptionType.UNI_SELECTOR,
+ size = 2
+ )
+ public static int uniSelector4;
+
+ @Option(
+ name = "Test option",
+ subcategory = "Test",
+ options = {"Hello", "World", "Fish", "Cat"},
+ type = OptionType.UNI_SELECTOR,
+ size = 2
+ )
+ public static int uniSelector5;
+
+ @Option(
+ name = "Test option",
+ subcategory = "Test",
+ options = {"Hello", "World", "Fish", "Cat"},
+ type = OptionType.UNI_SELECTOR,
+ size = 2
+ )
+ public static int uniSelector6;
+
+ @Option(
+ name = "Test option",
+ subcategory = "Test",
+ options = {"Hello", "World", "Fish", "Cat"},
+ type = OptionType.UNI_SELECTOR,
+ size = 2
+ )
+ public static int uniSelector7;
+
+ @Option(
+ name = "Test option",
+ subcategory = "Test",
+ options = {"Hello", "World", "Fish", "Cat"},
+ type = OptionType.UNI_SELECTOR,
+ size = 2
+ )
+ public static int uniSelector8;
+
@ConfigPage(
name = "Test Page",
location = PageLocation.TOP