Uses of Interface
net.minecraft.client.gui.widget.CheckboxWidget.Callback
Packages that use CheckboxWidget.Callback
-
Uses of CheckboxWidget.Callback in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as CheckboxWidget.CallbackModifier and TypeFieldDescriptionprivate CheckboxWidget.Callback
CheckboxWidget.Builder.callback
private final CheckboxWidget.Callback
CheckboxWidget.callback
static final CheckboxWidget.Callback
CheckboxWidget.Callback.EMPTY
Methods in net.minecraft.client.gui.widget with parameters of type CheckboxWidget.CallbackModifier and TypeMethodDescriptionCheckboxWidget.Builder.callback
(CheckboxWidget.Callback callback) Constructors in net.minecraft.client.gui.widget with parameters of type CheckboxWidget.CallbackModifierConstructorDescription(package private)
CheckboxWidget
(int x, int y, int maxWidth, Text message, TextRenderer textRenderer, boolean checked, CheckboxWidget.Callback callback)