Package net.minecraft
Enum Class class_8667.class_8668
- All Implemented Interfaces:
Serializable
,Comparable<class_8667.class_8668>
,Constable
- Enclosing class:
class_8667
- Mappings:
Namespace Name official evo$a
intermediary net/minecraft/class_8667$class_8668
named net/minecraft/class_8667$class_8668
-
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 TypeMethodDescription(package private) void
method_52744
(GridWidget gridWidget, int int2) <T extends Widget>
Tmethod_52745
(GridWidget gridWidget, T t, int int2, Positioner positioner) static class_8667.class_8668
Returns the enum constant of this class with the specified name.static class_8667.class_8668[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HORIZONTAL
- Mappings:
Namespace Name Mixin selector official a
Levo$a;a:Levo$a;
intermediary field_45403
Lnet/minecraft/class_8667$class_8668;field_45403:Lnet/minecraft/class_8667$class_8668;
named HORIZONTAL
Lnet/minecraft/class_8667$class_8668;HORIZONTAL:Lnet/minecraft/class_8667$class_8668;
-
VERTICAL
- Mappings:
Namespace Name Mixin selector official b
Levo$a;b:Levo$a;
intermediary field_45404
Lnet/minecraft/class_8667$class_8668;field_45404:Lnet/minecraft/class_8667$class_8668;
named VERTICAL
Lnet/minecraft/class_8667$class_8668;VERTICAL:Lnet/minecraft/class_8667$class_8668;
-
-
Constructor Details
-
class_8668
private class_8668()
-
-
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
-
method_52744
- Mappings:
Namespace Name Mixin selector official a
Levo$a;a(Levj;I)V
intermediary method_52744
Lnet/minecraft/class_8667$class_8668;method_52744(Lnet/minecraft/class_7845;I)V
named method_52744
Lnet/minecraft/class_8667$class_8668;method_52744(Lnet/minecraft/client/gui/widget/GridWidget;I)V
-
method_52745
public <T extends Widget> T method_52745(GridWidget gridWidget, T t, int int2, Positioner positioner) - Mappings:
Namespace Name Mixin selector official a
Levo$a;a(Levj;Levm;ILevn;)Levm;
intermediary method_52745
Lnet/minecraft/class_8667$class_8668;method_52745(Lnet/minecraft/class_7845;Lnet/minecraft/class_8021;ILnet/minecraft/class_7847;)Lnet/minecraft/class_8021;
named method_52745
Lnet/minecraft/class_8667$class_8668;method_52745(Lnet/minecraft/client/gui/widget/GridWidget;Lnet/minecraft/client/gui/widget/Widget;ILnet/minecraft/client/gui/widget/Positioner;)Lnet/minecraft/client/gui/widget/Widget;
-