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
TITLE
Mappings:
Namespace
Name
Mixin selector
official
a
Lhz$a;a:Lhz$a;
intermediary
field_11683
Lnet/minecraft/class_2585$class_2586;field_11683:Lnet/minecraft/class_2585$class_2586;
named
TITLE
Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;TITLE:Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;
SUBTITLE
Mappings:
Namespace
Name
Mixin selector
official
b
Lhz$a;b:Lhz$a;
intermediary
field_11684
Lnet/minecraft/class_2585$class_2586;field_11684:Lnet/minecraft/class_2585$class_2586;
named
SUBTITLE
Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;SUBTITLE:Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;
TIMES
Mappings:
Namespace
Name
Mixin selector
official
c
Lhz$a;c:Lhz$a;
intermediary
field_11685
Lnet/minecraft/class_2585$class_2586;field_11685:Lnet/minecraft/class_2585$class_2586;
named
TIMES
Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;TIMES:Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;
CLEAR
Mappings:
Namespace
Name
Mixin selector
official
d
Lhz$a;d:Lhz$a;
intermediary
field_11686
Lnet/minecraft/class_2585$class_2586;field_11686:Lnet/minecraft/class_2585$class_2586;
named
CLEAR
Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;CLEAR:Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;
RESET
Mappings:
Namespace
Name
Mixin selector
official
e
Lhz$a;e:Lhz$a;
intermediary
field_11687
Lnet/minecraft/class_2585$class_2586;field_11687:Lnet/minecraft/class_2585$class_2586;
named
RESET
Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;RESET:Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;
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
fromName
Mappings:
Namespace
Name
Mixin selector
official
a
Lhz$a;a(Ljava/lang/String;)Lhz$a;
intermediary
method_10692
Lnet/minecraft/class_2585$class_2586;method_10692(Ljava/lang/String;)Lnet/minecraft/class_2585$class_2586;
named
fromName
Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;fromName(Ljava/lang/String;)Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;
getNames
public static String [] getNames ()
Mappings:
Namespace
Name
Mixin selector
official
a
Lhz$a;a()[Ljava/lang/String;
intermediary
method_10691
Lnet/minecraft/class_2585$class_2586;method_10691()[Ljava/lang/String;
named
getNames
Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;getNames()[Ljava/lang/String;