Package net.minecraft.client.gui.hud
Enum Class MessageIndicator.Icon
- All Implemented Interfaces:
Serializable,Comparable<MessageIndicator.Icon>,Constable
- Enclosing class:
MessageIndicator
- Mappings:
Namespace Name intermediary net/minecraft/class_7591$class_7592official ena$anamed 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 intermediary field_39763Lnet/minecraft/class_7591$class_7592;field_39763:Lnet/minecraft/class_7591$class_7592;official aLena$a;a:Lena$a;named CHAT_MODIFIEDLnet/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 intermediary field_39764Lnet/minecraft/class_7591$class_7592;field_39764:Iofficial bLena$a;b:Inamed uLnet/minecraft/client/gui/hud/MessageIndicator$Icon;u:I
-
v
public final int v- Mappings:
Namespace Name Mixin selector intermediary field_39765Lnet/minecraft/class_7591$class_7592;field_39765:Iofficial cLena$a;c:Inamed vLnet/minecraft/client/gui/hud/MessageIndicator$Icon;v:I
-
width
public final int width- Mappings:
Namespace Name Mixin selector intermediary field_39766Lnet/minecraft/class_7591$class_7592;field_39766:Iofficial dLena$a;d:Inamed widthLnet/minecraft/client/gui/hud/MessageIndicator$Icon;width:I
-
height
public final int height- Mappings:
Namespace Name Mixin selector intermediary field_39767Lnet/minecraft/class_7591$class_7592;field_39767:Iofficial eLena$a;e:Inamed heightLnet/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 intermediary <init>Lnet/minecraft/class_7591$class_7592;<init>(Ljava/lang/String;IIIII)Vofficial <init>Lena$a;<init>(Ljava/lang/String;IIIII)Vnamed <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 intermediary method_44712Lnet/minecraft/class_7591$class_7592;method_44712(Lnet/minecraft/class_332;II)Vofficial aLena$a;a(Leop;II)Vnamed drawLnet/minecraft/client/gui/hud/MessageIndicator$Icon;draw(Lnet/minecraft/client/gui/DrawContext;II)V
-