Package net.minecraft.client.gui
Enum Class DrawContext.class_12228
- All Implemented Interfaces:
Serializable,Comparable<DrawContext.class_12228>,Constable
- Enclosing class:
DrawContext
@Environment(CLIENT)
public static enum DrawContext.class_12228
extends Enum<DrawContext.class_12228>
- Mappings:
Namespace Name named net/minecraft/client/gui/DrawContext$class_12228intermediary net/minecraft/class_332$class_12228official ggd$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DrawContext.class_12228method_75790(boolean bool) static DrawContext.class_12228Returns the enum constant of this class with the specified name.static DrawContext.class_12228[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector named NONELnet/minecraft/client/gui/DrawContext$class_12228;NONE:Lnet/minecraft/client/gui/DrawContext$class_12228;intermediary field_63850Lnet/minecraft/class_332$class_12228;field_63850:Lnet/minecraft/class_332$class_12228;official aLggd$a;a:Lggd$a;
-
TOOLTIP_ONLY
- Mappings:
Namespace Name Mixin selector named TOOLTIP_ONLYLnet/minecraft/client/gui/DrawContext$class_12228;TOOLTIP_ONLY:Lnet/minecraft/client/gui/DrawContext$class_12228;intermediary field_63851Lnet/minecraft/class_332$class_12228;field_63851:Lnet/minecraft/class_332$class_12228;official bLggd$a;b:Lggd$a;
-
TOOLTIP_AND_CURSOR
- Mappings:
Namespace Name Mixin selector named TOOLTIP_AND_CURSORLnet/minecraft/client/gui/DrawContext$class_12228;TOOLTIP_AND_CURSOR:Lnet/minecraft/client/gui/DrawContext$class_12228;intermediary field_63852Lnet/minecraft/class_332$class_12228;field_63852:Lnet/minecraft/class_332$class_12228;official cLggd$a;c:Lggd$a;
-
-
Field Details
-
field_63853
public final boolean field_63853- Mappings:
Namespace Name Mixin selector named field_63853Lnet/minecraft/client/gui/DrawContext$class_12228;field_63853:Zintermediary field_63853Lnet/minecraft/class_332$class_12228;field_63853:Zofficial dLggd$a;d:Z
-
field_63854
public final boolean field_63854- Mappings:
Namespace Name Mixin selector named field_63854Lnet/minecraft/client/gui/DrawContext$class_12228;field_63854:Zintermediary field_63854Lnet/minecraft/class_332$class_12228;field_63854:Zofficial eLggd$a;e:Z
-
-
Constructor Details
-
class_12228
private class_12228(boolean bool, boolean bool2)
-
-
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_75790
- Mappings:
Namespace Name Mixin selector named method_75790Lnet/minecraft/client/gui/DrawContext$class_12228;method_75790(Z)Lnet/minecraft/client/gui/DrawContext$class_12228;intermediary method_75790Lnet/minecraft/class_332$class_12228;method_75790(Z)Lnet/minecraft/class_332$class_12228;official aLggd$a;a(Z)Lggd$a;
-