Package net.minecraft.client.gui.tooltip
Enum BundleTooltipComponent.class_5771
java.lang.Object
java.lang.Enum<BundleTooltipComponent.class_5771>
net.minecraft.client.gui.tooltip.BundleTooltipComponent.class_5771
- All Implemented Interfaces:
Serializable
,Comparable<BundleTooltipComponent.class_5771>
,java.lang.constant.Constable
- Enclosing class:
- BundleTooltipComponent
@Environment(CLIENT) static enum BundleTooltipComponent.class_5771 extends Enum<BundleTooltipComponent.class_5771>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants Enum Constant Description field_28361
field_28362
field_28363
field_28364
field_28365
field_28366
field_28367
-
Field Summary
Fields Modifier and Type Field Description int
field_28368
int
field_28369
int
field_28370
int
field_28371
-
Constructor Summary
Constructors Modifier Constructor Description private
class_5771(int int2, int int3, int int4, int int5)
-
Method Summary
Modifier and Type Method Description static BundleTooltipComponent.class_5771
valueOf(String name)
Returns the enum constant of this type with the specified name.static BundleTooltipComponent.class_5771[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_28361
-
field_28362
-
field_28363
-
field_28364
-
field_28365
-
field_28366
-
field_28367
-
-
Field Details
-
field_28368
public final int field_28368 -
field_28369
public final int field_28369 -
field_28370
public final int field_28370 -
field_28371
public final int field_28371
-
-
Constructor Details
-
class_5771
private class_5771(int int2, int int3, int int4, int int5)
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-