Package net.minecraft.util
Enum Class class_171
- All Implemented Interfaces:
Serializable,Comparable<class_171>,Constable
- Mappings:
Namespace Name official algintermediary net/minecraft/class_171named net/minecraft/util/class_171
-
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 official aLalg;a:Lalg;intermediary field_299Lnet/minecraft/class_171;field_299:Lnet/minecraft/class_171;named EVERYTHINGLnet/minecraft/util/class_171;EVERYTHING:Lnet/minecraft/util/class_171;
-
MOBS
- Mappings:
Namespace Name Mixin selector official bLalg;b:Lalg;intermediary field_300Lnet/minecraft/class_171;field_300:Lnet/minecraft/class_171;named MOBSLnet/minecraft/util/class_171;MOBS:Lnet/minecraft/util/class_171;
-
PLAYERS
- Mappings:
Namespace Name Mixin selector official cLalg;c:Lalg;intermediary field_301Lnet/minecraft/class_171;field_301:Lnet/minecraft/class_171;named PLAYERSLnet/minecraft/util/class_171;PLAYERS:Lnet/minecraft/util/class_171;
-
-
Constructor Details
-
class_171
private class_171()
-
-
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
-