Package net.minecraft
Enum Class class_389
- All Implemented Interfaces:
Serializable,Comparable<class_389>,Constable
- Mappings:
Namespace Name intermediary net/minecraft/class_389glue class_422server kxclient rtnamed net/minecraft/class_389
-
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
-
Enum Constant Details
-
EVERYTHING
- Mappings:
Namespace Name Mixin selector intermediary field_1505Lnet/minecraft/class_389;field_1505:Lnet/minecraft/class_389;glue field_1667Lclass_422;field_1667:Lclass_422;server aLkx;a:Lkx;client aLrt;a:Lrt;named EVERYTHINGLnet/minecraft/class_389;EVERYTHING:Lnet/minecraft/class_389;
-
MOBS
- Mappings:
Namespace Name Mixin selector intermediary field_1506Lnet/minecraft/class_389;field_1506:Lnet/minecraft/class_389;glue field_1668Lclass_422;field_1668:Lclass_422;server bLkx;b:Lkx;client bLrt;b:Lrt;named MOBSLnet/minecraft/class_389;MOBS:Lnet/minecraft/class_389;
-
PLAYERS
- Mappings:
Namespace Name Mixin selector intermediary field_1507Lnet/minecraft/class_389;field_1507:Lnet/minecraft/class_389;glue field_1669Lclass_422;field_1669:Lclass_422;server cLkx;c:Lkx;client cLrt;c:Lrt;named PLAYERSLnet/minecraft/class_389;PLAYERS:Lnet/minecraft/class_389;
-
-
Constructor Details
-
class_389
private class_389()
-
-
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
-