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 eqi$aintermediary net/minecraft/class_7591$class_7592named 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
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(DrawContext context, int x, int y) static MessageIndicator.IconReturns 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 aLeqi$a;a:Leqi$a;intermediary field_39763Lnet/minecraft/class_7591$class_7592;field_39763:Lnet/minecraft/class_7591$class_7592;named CHAT_MODIFIEDLnet/minecraft/client/gui/hud/MessageIndicator$Icon;CHAT_MODIFIED:Lnet/minecraft/client/gui/hud/MessageIndicator$Icon;
-
-
Field Details
-
texture
- Mappings:
Namespace Name Mixin selector official bLeqi$a;b:Laep;intermediary field_45292Lnet/minecraft/class_7591$class_7592;field_45292:Lnet/minecraft/class_2960;named textureLnet/minecraft/client/gui/hud/MessageIndicator$Icon;texture:Lnet/minecraft/util/Identifier;
-
width
public final int width- Mappings:
Namespace Name Mixin selector official cLeqi$a;c:Iintermediary field_39766Lnet/minecraft/class_7591$class_7592;field_39766:Inamed widthLnet/minecraft/client/gui/hud/MessageIndicator$Icon;width:I
-
height
public final int height- Mappings:
Namespace Name Mixin selector official dLeqi$a;d:Iintermediary field_39767Lnet/minecraft/class_7591$class_7592;field_39767:Inamed heightLnet/minecraft/client/gui/hud/MessageIndicator$Icon;height:I
-
-
Constructor Details
-
Icon
- Mappings:
Namespace Name Mixin selector official <init>Leqi$a;<init>(Ljava/lang/String;ILaep;II)Vintermediary <init>Lnet/minecraft/class_7591$class_7592;<init>(Ljava/lang/String;ILnet/minecraft/class_2960;II)Vnamed <init>Lnet/minecraft/client/gui/hud/MessageIndicator$Icon;<init>(Ljava/lang/String;ILnet/minecraft/util/Identifier;II)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 aLeqi$a;a(Lerx;II)Vintermediary method_44712Lnet/minecraft/class_7591$class_7592;method_44712(Lnet/minecraft/class_332;II)Vnamed drawLnet/minecraft/client/gui/hud/MessageIndicator$Icon;draw(Lnet/minecraft/client/gui/DrawContext;II)V
-