Package net.minecraft.client.gui.hud
Enum Class MessageIndicator.Icon
- All Implemented Interfaces:
Serializable
,Comparable<MessageIndicator.Icon>
,Constable
- Enclosing class:
MessageIndicator
- Mappings:
Namespace Name official emc$a
intermediary net/minecraft/class_7591$class_7592
named net/minecraft/client/gui/hud/MessageIndicator$Icon
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(MatrixStack matrices, int x, int y) static MessageIndicator.Icon
Returns the enum constant of this class with the specified name.static MessageIndicator.Icon[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CHAT_MODIFIED
- Mappings:
Namespace Name Mixin selector official a
Lemc$a;a:Lemc$a;
intermediary field_39763
Lnet/minecraft/class_7591$class_7592;field_39763:Lnet/minecraft/class_7591$class_7592;
named CHAT_MODIFIED
Lnet/minecraft/client/gui/hud/MessageIndicator$Icon;CHAT_MODIFIED:Lnet/minecraft/client/gui/hud/MessageIndicator$Icon;
-
-
Field Details
-
u
public final int u- Mappings:
Namespace Name Mixin selector official b
Lemc$a;b:I
intermediary field_39764
Lnet/minecraft/class_7591$class_7592;field_39764:I
named u
Lnet/minecraft/client/gui/hud/MessageIndicator$Icon;u:I
-
v
public final int v- Mappings:
Namespace Name Mixin selector official c
Lemc$a;c:I
intermediary field_39765
Lnet/minecraft/class_7591$class_7592;field_39765:I
named v
Lnet/minecraft/client/gui/hud/MessageIndicator$Icon;v:I
-
width
public final int width- Mappings:
Namespace Name Mixin selector official d
Lemc$a;d:I
intermediary field_39766
Lnet/minecraft/class_7591$class_7592;field_39766:I
named width
Lnet/minecraft/client/gui/hud/MessageIndicator$Icon;width:I
-
height
public final int height- Mappings:
Namespace Name Mixin selector official e
Lemc$a;e:I
intermediary field_39767
Lnet/minecraft/class_7591$class_7592;field_39767:I
named height
Lnet/minecraft/client/gui/hud/MessageIndicator$Icon;height:I
-
-
Constructor Details
-
Icon
private Icon(int u, int v, int width, int height) - Mappings:
Namespace Name Mixin selector official <init>
Lemc$a;<init>(Ljava/lang/String;IIIII)V
intermediary <init>
Lnet/minecraft/class_7591$class_7592;<init>(Ljava/lang/String;IIIII)V
named <init>
Lnet/minecraft/client/gui/hud/MessageIndicator$Icon;<init>(Ljava/lang/String;IIIII)V
-
-
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
-
draw
- Mappings:
Namespace Name Mixin selector official a
Lemc$a;a(Lehe;II)V
intermediary method_44712
Lnet/minecraft/class_7591$class_7592;method_44712(Lnet/minecraft/class_4587;II)V
named draw
Lnet/minecraft/client/gui/hud/MessageIndicator$Icon;draw(Lnet/minecraft/client/util/math/MatrixStack;II)V
-