JavaScript is disabled on your browser.
Constructor Summary
Constructors
Modifier
Constructor
Description
private
Action ()
Method Summary
All Methods Static Methods Concrete Methods
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
Lsd$a;a:Lsd$a;
intermediary
field_12630
Lnet/minecraft/class_2762$class_2763;field_12630:Lnet/minecraft/class_2762$class_2763;
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
Lsd$a;b:Lsd$a;
intermediary
field_12632
Lnet/minecraft/class_2762$class_2763;field_12632:Lnet/minecraft/class_2762$class_2763;
named
SUBTITLE
Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;SUBTITLE:Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;
ACTIONBAR
Mappings:
Namespace
Name
Mixin selector
official
c
Lsd$a;c:Lsd$a;
intermediary
field_12627
Lnet/minecraft/class_2762$class_2763;field_12627:Lnet/minecraft/class_2762$class_2763;
named
ACTIONBAR
Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;ACTIONBAR:Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket$Action;
TIMES
Mappings:
Namespace
Name
Mixin selector
official
d
Lsd$a;d:Lsd$a;
intermediary
field_12629
Lnet/minecraft/class_2762$class_2763;field_12629:Lnet/minecraft/class_2762$class_2763;
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
e
Lsd$a;e:Lsd$a;
intermediary
field_12633
Lnet/minecraft/class_2762$class_2763;field_12633:Lnet/minecraft/class_2762$class_2763;
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
f
Lsd$a;f:Lsd$a;
intermediary
field_12628
Lnet/minecraft/class_2762$class_2763;field_12628:Lnet/minecraft/class_2762$class_2763;
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 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 name
NullPointerException
- if the argument is null