Package net.minecraft.client.gui.widget
Enum Class NarratedMultilineTextWidget.BackgroundRendering
java.lang.Object
java.lang.Enum<NarratedMultilineTextWidget.BackgroundRendering>
net.minecraft.client.gui.widget.NarratedMultilineTextWidget.BackgroundRendering
- All Implemented Interfaces:
Serializable,Comparable<NarratedMultilineTextWidget.BackgroundRendering>,Constable
- Enclosing class:
NarratedMultilineTextWidget
@Environment(CLIENT)
public static enum NarratedMultilineTextWidget.BackgroundRendering
extends Enum<NarratedMultilineTextWidget.BackgroundRendering>
- Mappings:
Namespace Name named net/minecraft/client/gui/widget/NarratedMultilineTextWidget$BackgroundRenderingintermediary net/minecraft/class_8019$class_11763official gea$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 TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALWAYS
- Mappings:
Namespace Name Mixin selector named ALWAYSLnet/minecraft/client/gui/widget/NarratedMultilineTextWidget$BackgroundRendering;ALWAYS:Lnet/minecraft/client/gui/widget/NarratedMultilineTextWidget$BackgroundRendering;intermediary field_62117Lnet/minecraft/class_8019$class_11763;field_62117:Lnet/minecraft/class_8019$class_11763;official aLgea$a;a:Lgea$a;
-
ON_FOCUS
- Mappings:
Namespace Name Mixin selector named ON_FOCUSLnet/minecraft/client/gui/widget/NarratedMultilineTextWidget$BackgroundRendering;ON_FOCUS:Lnet/minecraft/client/gui/widget/NarratedMultilineTextWidget$BackgroundRendering;intermediary field_62118Lnet/minecraft/class_8019$class_11763;field_62118:Lnet/minecraft/class_8019$class_11763;official bLgea$a;b:Lgea$a;
-
NEVER
- Mappings:
Namespace Name Mixin selector named NEVERLnet/minecraft/client/gui/widget/NarratedMultilineTextWidget$BackgroundRendering;NEVER:Lnet/minecraft/client/gui/widget/NarratedMultilineTextWidget$BackgroundRendering;intermediary field_62119Lnet/minecraft/class_8019$class_11763;field_62119:Lnet/minecraft/class_8019$class_11763;official cLgea$a;c:Lgea$a;
-
-
Constructor Details
-
BackgroundRendering
private BackgroundRendering()
-
-
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
-