public class BooleanEntry extends ValueEntry<java.lang.Boolean>
editable, resetButton, resetWidth, spec, valuedifferenceAnimation, highlightAnimation, label, labelTooltip, labelWidthMult, unitannotations, listeners, path| Constructor and Description |
|---|
BooleanEntry(java.lang.String label,
net.minecraftforge.common.ForgeConfigSpec.ConfigValue<java.lang.Boolean> value,
net.minecraftforge.common.ForgeConfigSpec.ValueSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
void |
onValueChange(java.lang.Boolean newValue) |
void |
render(com.mojang.blaze3d.matrix.MatrixStack ms,
int index,
int y,
int x,
int width,
int height,
int mouseX,
int mouseY,
boolean p_230432_9_,
float partialTicks) |
protected void |
setEditable(boolean b) |
void |
tick() |
bumpCog, bumpCog, getLabelWidth, getValue, isCurrentValueDefault, onReset, onValueChange, setValuegetLabelTooltipcharTyped, getGuiListeners, isCurrentValueChanged, keyPressed, mouseClickedchangeFocusisMouseOverpublic BooleanEntry(java.lang.String label,
net.minecraftforge.common.ForgeConfigSpec.ConfigValue<java.lang.Boolean> value,
net.minecraftforge.common.ForgeConfigSpec.ValueSpec spec)
protected void setEditable(boolean b)
setEditable in class ValueEntry<java.lang.Boolean>public void tick()
tick in class ValueEntry<java.lang.Boolean>public void render(com.mojang.blaze3d.matrix.MatrixStack ms,
int index,
int y,
int x,
int width,
int height,
int mouseX,
int mouseY,
boolean p_230432_9_,
float partialTicks)
render in class ValueEntry<java.lang.Boolean>public void onValueChange(java.lang.Boolean newValue)
onValueChange in class ValueEntry<java.lang.Boolean>