net.minecraft.client.gui.components

public class CycleButton<T>

extends AbstractButton

All mapped superinterfaces:

Renderable, GuiEventListener, TabOrderedElement, LayoutElement, NarratableEntry, NarrationSupplier

fom
net.minecraft.client.gui.components.CycleButton
net.minecraft.class_5676
net.minecraft.client.gui.widget.CyclingButtonWidget

Field summary

Modifier and TypeField
public static final BooleanSupplier
a
DEFAULT_ALT_LIST_SELECTOR
field_27961
HAS_ALT_DOWN
private static final List<Boolean>
b
BOOLEAN_OPTIONS
field_27962
BOOLEAN_VALUES
private final Component
c
name
field_27963
optionText
private int
d
index
field_27964
index
private T
f
value
field_27965
value
private final CycleButton$ValueListSupplier<T>
m
values
field_27966
values
private final Function<T, Component>
n
valueStringifier
field_27967
valueToText
private final Function<CycleButton<T>, MutableComponent>
o
narrationProvider
field_27968
narrationMessageFactory
private final CycleButton$OnValueChange<T>
p
onValueChange
field_27969
callback
private final boolean
q
displayOnlyValue
field_27971
optionTextOmitted
private final OptionInstance$TooltipSupplier<T>
r
tooltipSupplier
field_27970
tooltipFactory

Constructor summary

ModifierConstructor
(int x, int y, int width, int height, Component message, Component optionText, int index, T value, CycleButton$ValueListSupplier<T> values, Function<T, Component> valueToText, Function<CycleButton<T>, MutableComponent> narrationMessageFactory, CycleButton$OnValueChange<T> callback, OptionInstance$TooltipSupplier<T> tooltipFactory, boolean optionTextOmitted)

Method summary

Modifier and TypeMethod
private void
g()
updateTooltip()
method_47403()
refreshTooltip()
public void
b()
onPress()
method_25306()
onPress()
private void
a(int arg0)
cycleValue(int arg0)
method_32612(int arg0)
cycle(int amount)
private T
b(int arg0)
getCycledValue(int arg0)
method_37027(int arg0)
getValue(int offset)
public boolean
a(double arg0, double arg1, double arg2, double arg3)
mouseScrolled(double arg0, double arg1, double arg2, double arg3)
method_25401(double arg0, double arg1, double arg2, double arg3)
mouseScrolled(double arg0, double arg1, double arg2, double arg3)
public void
a(T arg0)
setValue(T arg0)
method_32605(T arg0)
setValue(T value)
private void
b(T arg0)
updateValue(T arg0)
method_32609(T arg0)
internalSetValue(T value)
private Component
c(T arg0)
createLabelForValue(T arg0)
method_37026(T arg0)
composeText(T value)
private MutableComponent
d(T arg0)
createFullName(T arg0)
method_32610(T arg0)
composeGenericOptionText(T value)
public T
a()
getValue()
method_32603()
getValue()
protected MutableComponent
aR_()
createNarrationMessage()
method_25360()
getNarrationMessage()
public void
a(fsd arg0)
updateWidgetNarration(NarrationElementOutput arg0)
method_47399(class_6382 arg0)
appendClickableNarrations(NarrationMessageBuilder arg0)
public MutableComponent
c()
createDefaultNarrationMessage()
method_32611()
getGenericNarrationMessage()
public static <T> CycleButton$Builder<T>
a(Function<T, xv> arg0)
builder(Function<T, Component> arg0)
method_32606(Function<T, class_2561> arg0)
builder(Function<T, Text> valueToText)
public static CycleButton$Builder<Boolean>
a(xv arg0, xv arg1)
booleanBuilder(Component arg0, Component arg1)
method_32607(class_2561 arg0, class_2561 arg1)
onOffBuilder(Text on, Text off)
public static CycleButton$Builder<Boolean>
e()
onOffBuilder()
method_32614()
onOffBuilder()
public static CycleButton$Builder<Boolean>
b(boolean arg0)
onOffBuilder(boolean arg0)
method_32613(boolean arg0)
onOffBuilder(boolean initialValue)