Uses of Enum Class
net.minecraft.client.gui.widget.CyclingButtonWidget.LabelType
Packages that use CyclingButtonWidget.LabelType
-
Uses of CyclingButtonWidget.LabelType in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as CyclingButtonWidget.LabelTypeModifier and TypeFieldDescriptionprivate CyclingButtonWidget.LabelTypeCyclingButtonWidget.Builder.labelTypeprivate final CyclingButtonWidget.LabelTypeCyclingButtonWidget.labelTypeMethods in net.minecraft.client.gui.widget that return CyclingButtonWidget.LabelTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CyclingButtonWidget.LabelType[]CyclingButtonWidget.LabelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.widget with parameters of type CyclingButtonWidget.LabelTypeModifier and TypeMethodDescriptionCyclingButtonWidget.Builder.labelType(CyclingButtonWidget.LabelType labelType) Constructors in net.minecraft.client.gui.widget with parameters of type CyclingButtonWidget.LabelTypeModifierConstructorDescription(package private)CyclingButtonWidget(int x, int y, int width, int height, Text message, Text optionText, int index, T value, Supplier<T> valueSupplier, CyclingButtonWidget.Values<T> values, Function<T, Text> valueToText, Function<CyclingButtonWidget<T>, MutableText> narrationMessageFactory, CyclingButtonWidget.UpdateCallback<T> callback, SimpleOption.TooltipFactory<T> tooltipFactory, CyclingButtonWidget.LabelType labelType, CyclingButtonWidget.IconGetter<T> icon)