Class ExampleConfigClass
java.lang.Object
net.glasslauncher.mods.api.gcapi.impl.example.ExampleConfigClass
An example config class, you can view this in-game inside modmenu's settings button for gcapi.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA config category, you can put other categories inside a category too. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
testedConfig
-
testConfig1
-
asd2
-
asd3
-
mpBool
@ConfigName("MP Synced Boolean") @MultiplayerSynced @ValueOnVanillaServer(booleanValue=TRUE) public Boolean mpBool -
enumTest
-
configCategory
A config category, you can put other categories inside a category too. See the ExampleConfigCategory class for more details.
-
-
Constructor Details
-
ExampleConfigClass
public ExampleConfigClass()
-