JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
ADD
Mappings:
Namespace
Name
Mixin selector
official
a
Lvp$d;a:Lvp$d;
intermediary
field_29107
Lnet/minecraft/class_2629$class_5883;field_29107:Lnet/minecraft/class_2629$class_5883;
named
ADD
Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;ADD:Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;
REMOVE
Mappings:
Namespace
Name
Mixin selector
official
b
Lvp$d;b:Lvp$d;
intermediary
field_29108
Lnet/minecraft/class_2629$class_5883;field_29108:Lnet/minecraft/class_2629$class_5883;
named
REMOVE
Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;REMOVE:Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;
UPDATE_PROGRESS
Mappings:
Namespace
Name
Mixin selector
official
c
Lvp$d;c:Lvp$d;
intermediary
field_29109
Lnet/minecraft/class_2629$class_5883;field_29109:Lnet/minecraft/class_2629$class_5883;
named
UPDATE_PROGRESS
Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;UPDATE_PROGRESS:Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;
UPDATE_NAME
Mappings:
Namespace
Name
Mixin selector
official
d
Lvp$d;d:Lvp$d;
intermediary
field_29110
Lnet/minecraft/class_2629$class_5883;field_29110:Lnet/minecraft/class_2629$class_5883;
named
UPDATE_NAME
Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;UPDATE_NAME:Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;
UPDATE_STYLE
Mappings:
Namespace
Name
Mixin selector
official
e
Lvp$d;e:Lvp$d;
intermediary
field_29111
Lnet/minecraft/class_2629$class_5883;field_29111:Lnet/minecraft/class_2629$class_5883;
named
UPDATE_STYLE
Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;UPDATE_STYLE:Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;
UPDATE_PROPERTIES
Mappings:
Namespace
Name
Mixin selector
official
f
Lvp$d;f:Lvp$d;
intermediary
field_29112
Lnet/minecraft/class_2629$class_5883;field_29112:Lnet/minecraft/class_2629$class_5883;
named
UPDATE_PROPERTIES
Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;UPDATE_PROPERTIES:Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;
Field Details
parser
Mappings:
Namespace
Name
Mixin selector
official
g
Lvp$d;g:Ljava/util/function/Function;
intermediary
field_29113
Lnet/minecraft/class_2629$class_5883;field_29113:Ljava/util/function/Function;
named
parser
Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;parser:Ljava/util/function/Function;
Constructor Details
Type
Mappings:
Namespace
Name
Mixin selector
official
<init>
Lvp$d;<init>(Ljava/lang/String;ILjava/util/function/Function;)V
intermediary
<init>
Lnet/minecraft/class_2629$class_5883;<init>(Ljava/lang/String;ILjava/util/function/Function;)V
named
<init>
Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket$Type;<init>(Ljava/lang/String;ILjava/util/function/Function;)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 name
NullPointerException
- if the argument is null