JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method
SEARCH:
Package
net.minecraft.client.gui.components
Interface Checkbox.OnValueChange
Enclosing class:
Checkbox
public static interface
Checkbox.OnValueChange
Field Summary
Fields
Modifier and Type
Field
Description
static final
Checkbox.OnValueChange
NOP
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onValueChange
(
Checkbox
p_309925_, boolean p_310656_)
Field Details
NOP
static final
Checkbox.OnValueChange
NOP
Method Details
onValueChange
void
onValueChange
(
Checkbox
p_309925_, boolean p_310656_)