Uses of Interface
net.minecraft.client.gui.widget.CyclingButtonWidget.Values
Package
Description
-
Uses of CyclingButtonWidget.Values in net.minecraft.client.gui.screen.world
-
Uses of CyclingButtonWidget.Values in net.minecraft.client.gui.widget
Modifier and TypeFieldDescriptionprivate CyclingButtonWidget.Values<T>
CyclingButtonWidget.Builder.values
private final CyclingButtonWidget.Values<T>
CyclingButtonWidget.values
Modifier and TypeMethodDescriptionstatic <T> CyclingButtonWidget.Values<T>
CyclingButtonWidget.Values.of
(Collection<T> values) static <T> CyclingButtonWidget.Values<T>
CyclingButtonWidget.Values.of
(BooleanSupplier alternativeToggle, List<T> defaults, List<T> alternatives) Modifier and TypeMethodDescriptionCyclingButtonWidget.Builder.values
(CyclingButtonWidget.Values<T> values) ModifierConstructorDescription(package private)
CyclingButtonWidget
(int x, int y, int width, int height, Text message, Text optionText, int index, T value, CyclingButtonWidget.Values<T> values, Function<T, Text> valueToText, Function<CyclingButtonWidget<T>, MutableText> narrationMessageFactory, CyclingButtonWidget.UpdateCallback<T> callback, SimpleOption.TooltipFactory<T> tooltipFactory, boolean optionTextOmitted) -
Uses of CyclingButtonWidget.Values in net.minecraft.client.option