Package journeymap.api.v2.client.option
Class OptionCategory
java.lang.Object
journeymap.api.v2.client.option.OptionCategory
-
Constructor Summary
ConstructorsConstructorDescriptionOptionCategory(String modId, String key) OptionCategory(String modId, String label, String toolTip) -
Method Summary
-
Constructor Details
-
OptionCategory
- Parameters:
modId- - The modid.label- - The label, can be the display string or i18n key.toolTip- - The tooltip, can be the display string or i18n key.
-
OptionCategory
- Parameters:
modId- - The modid.key- - The i18n key.
-
-
Method Details