Uses of Interface
net.minecraft.client.gui.widget.CheckboxWidget.Callback
-
Uses of CheckboxWidget.Callback in net.minecraft.client.gui.widget
Modifier and TypeFieldDescriptionprivate CheckboxWidget.Callback
CheckboxWidget.Builder.callback
private final CheckboxWidget.Callback
CheckboxWidget.callback
static final CheckboxWidget.Callback
CheckboxWidget.Callback.EMPTY
Modifier and TypeMethodDescriptionCheckboxWidget.Builder.callback
(CheckboxWidget.Callback callback) ModifierConstructorDescription(package private)
CheckboxWidget
(int x, int y, Text message, TextRenderer textRenderer, boolean checked, CheckboxWidget.Callback callback)