Package net.minecraft.client.gui.widget
Enum Class CyclingButtonWidget.class_12346
java.lang.Object
java.lang.Enum<CyclingButtonWidget.class_12346>
net.minecraft.client.gui.widget.CyclingButtonWidget.class_12346
- All Implemented Interfaces:
Serializable,Comparable<CyclingButtonWidget.class_12346>,Constable
- Enclosing class:
CyclingButtonWidget<T>
@Environment(CLIENT)
public static enum CyclingButtonWidget.class_12346
extends Enum<CyclingButtonWidget.class_12346>
- Mappings:
Namespace Name named net/minecraft/client/gui/widget/CyclingButtonWidget$class_12346intermediary net/minecraft/class_5676$class_12346official gig$b
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CyclingButtonWidget.class_12346[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NAME_AND_VALUE
- Mappings:
Namespace Name Mixin selector named NAME_AND_VALUELnet/minecraft/client/gui/widget/CyclingButtonWidget$class_12346;NAME_AND_VALUE:Lnet/minecraft/client/gui/widget/CyclingButtonWidget$class_12346;intermediary field_64539Lnet/minecraft/class_5676$class_12346;field_64539:Lnet/minecraft/class_5676$class_12346;official aLgig$b;a:Lgig$b;
-
VALUE
- Mappings:
Namespace Name Mixin selector named VALUELnet/minecraft/client/gui/widget/CyclingButtonWidget$class_12346;VALUE:Lnet/minecraft/client/gui/widget/CyclingButtonWidget$class_12346;intermediary field_64540Lnet/minecraft/class_5676$class_12346;field_64540:Lnet/minecraft/class_5676$class_12346;official bLgig$b;b:Lgig$b;
-
HIDE
- Mappings:
Namespace Name Mixin selector named HIDELnet/minecraft/client/gui/widget/CyclingButtonWidget$class_12346;HIDE:Lnet/minecraft/client/gui/widget/CyclingButtonWidget$class_12346;intermediary field_64541Lnet/minecraft/class_5676$class_12346;field_64541:Lnet/minecraft/class_5676$class_12346;official cLgig$b;c:Lgig$b;
-
-
Constructor Details
-
class_12346
private class_12346()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-