Interface ConfigEntryWithButton
- All Known Implementing Classes:
BaseListConfigEntry,BooleanConfigEntry,FloatListConfigEntry,IntegerListConfigEntry,StringListConfigEntry
public interface ConfigEntryWithButton
-
Method Summary
Modifier and TypeMethodDescriptionvoidonClick()Fired when someone clicks a button for your config category.
-
Method Details
-
onClick
void onClick()Fired when someone clicks a button for your config category.
-