Uses of Interface
net.minecraft.client.gui.widget.CyclingButtonWidget.class_12347
Packages that use CyclingButtonWidget.class_12347
-
Uses of CyclingButtonWidget.class_12347 in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as CyclingButtonWidget.class_12347Modifier and TypeFieldDescriptionprivate final CyclingButtonWidget.class_12347<T> CyclingButtonWidget.field_64536private CyclingButtonWidget.class_12347<T> CyclingButtonWidget.Builder.field_64537Methods in net.minecraft.client.gui.widget with parameters of type CyclingButtonWidget.class_12347Modifier and TypeMethodDescriptionCyclingButtonWidget.Builder.method_76615(CyclingButtonWidget.class_12347<T> class_12347) Constructors in net.minecraft.client.gui.widget with parameters of type CyclingButtonWidget.class_12347ModifierConstructorDescription(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.class_12346 class_12346, CyclingButtonWidget.class_12347<T> class_12347)