Package net.minecraft.client.gui.widget
Interface CyclingButtonWidget.Values<T>
- Enclosing class:
 CyclingButtonWidget<T>
- Mappings:
 Namespace Name named net/minecraft/client/gui/widget/CyclingButtonWidget$Valuesintermediary net/minecraft/class_5676$class_5680official fxv$c
- 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> CyclingButtonWidget.Values<T> of(Collection<T> values) static <T> CyclingButtonWidget.Values<T> of(BooleanSupplier alternativeToggle, List<T> defaults, List<T> alternatives)  
- 
Method Details
- 
getCurrent
- Mappings:
 Namespace Name Mixin selector named getCurrentLnet/minecraft/client/gui/widget/CyclingButtonWidget$Values;getCurrent()Ljava/util/List;intermediary method_32626Lnet/minecraft/class_5676$class_5680;method_32626()Ljava/util/List;official aLfxv$c;a()Ljava/util/List;
 - 
getDefaults
- Mappings:
 Namespace Name Mixin selector named getDefaultsLnet/minecraft/client/gui/widget/CyclingButtonWidget$Values;getDefaults()Ljava/util/List;intermediary method_32629Lnet/minecraft/class_5676$class_5680;method_32629()Ljava/util/List;official bLfxv$c;b()Ljava/util/List;
 - 
of
- Mappings:
 Namespace Name Mixin selector named ofLnet/minecraft/client/gui/widget/CyclingButtonWidget$Values;of(Ljava/util/Collection;)Lnet/minecraft/client/gui/widget/CyclingButtonWidget$Values;intermediary method_32627Lnet/minecraft/class_5676$class_5680;method_32627(Ljava/util/Collection;)Lnet/minecraft/class_5676$class_5680;official aLfxv$c;a(Ljava/util/Collection;)Lfxv$c;
 - 
of
static <T> CyclingButtonWidget.Values<T> of(BooleanSupplier alternativeToggle, List<T> defaults, List<T> alternatives) - Mappings:
 Namespace Name Mixin selector named ofLnet/minecraft/client/gui/widget/CyclingButtonWidget$Values;of(Ljava/util/function/BooleanSupplier;Ljava/util/List;Ljava/util/List;)Lnet/minecraft/client/gui/widget/CyclingButtonWidget$Values;intermediary method_32628Lnet/minecraft/class_5676$class_5680;method_32628(Ljava/util/function/BooleanSupplier;Ljava/util/List;Ljava/util/List;)Lnet/minecraft/class_5676$class_5680;official aLfxv$c;a(Ljava/util/function/BooleanSupplier;Ljava/util/List;Ljava/util/List;)Lfxv$c;
 
 -