Package net.minecraft.client.gui
Enum Class DrawContext.class_11222
- All Implemented Interfaces:
Serializable,Comparable<DrawContext.class_11222>,Constable
- Enclosing class:
DrawContext
@Environment(CLIENT)
public static enum DrawContext.class_11222
extends Enum<DrawContext.class_11222>
- Mappings:
Namespace Name named net/minecraft/client/gui/DrawContext$class_11222intermediary net/minecraft/class_332$class_11222official fub$a
-
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 TypeMethodDescriptionstatic DrawContext.class_11222Returns the enum constant of this class with the specified name.static DrawContext.class_11222[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HUD
- Mappings:
Namespace Name Mixin selector named HUDLnet/minecraft/client/gui/DrawContext$class_11222;HUD:Lnet/minecraft/client/gui/DrawContext$class_11222;intermediary field_59829Lnet/minecraft/class_332$class_11222;field_59829:Lnet/minecraft/class_332$class_11222;official aLfub$a;a:Lfub$a;
-
SCREEN
- Mappings:
Namespace Name Mixin selector named SCREENLnet/minecraft/client/gui/DrawContext$class_11222;SCREEN:Lnet/minecraft/client/gui/DrawContext$class_11222;intermediary field_59830Lnet/minecraft/class_332$class_11222;field_59830:Lnet/minecraft/class_332$class_11222;official bLfub$a;b:Lfub$a;
-
-
Constructor Details
-
class_11222
private class_11222()
-
-
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
-