Interface CustomButtonBuilder<S>
- All Superinterfaces:
OptionBuilder<S>
Client side only
-
Method Summary
Modifier and TypeMethodDescriptionsetButtonTextSupplier(Function<String, net.minecraft.network.chat.Component> buttonTextSupplier) Methods inherited from interface dev.the_fireplace.lib.api.client.interfaces.OptionBuilder
addDependency, addDependency, appendCustomDescriptionRow, setDescriptionRowCount, setErrorSupplier
-
Method Details
-
setButtonTextSupplier
CustomButtonBuilder<S> setButtonTextSupplier(@Nullable Function<String, net.minecraft.network.chat.Component> buttonTextSupplier)
-