Package net.minecraft.entity
Enum Class EntityLocations.class_3464
- All Implemented Interfaces:
Serializable,Comparable<EntityLocations.class_3464>,Constable
- Enclosing class:
- EntityLocations
- Mappings:
Namespace Name official afk$bintermediary net/minecraft/class_2613$class_3464named net/minecraft/entity/EntityLocations$class_3464
-
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
Modifier and TypeMethodDescriptionstatic EntityLocations.class_3464Returns the enum constant of this class with the specified name.static EntityLocations.class_3464[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_16827
- Mappings:
Namespace Name Mixin selector official aLafk$b;a:Lafk$b;intermediary field_16827Lnet/minecraft/class_2613$class_3464;field_16827:Lnet/minecraft/class_2613$class_3464;named field_16827Lnet/minecraft/entity/EntityLocations$class_3464;field_16827:Lnet/minecraft/entity/EntityLocations$class_3464;
-
field_16828
- Mappings:
Namespace Name Mixin selector official bLafk$b;b:Lafk$b;intermediary field_16828Lnet/minecraft/class_2613$class_3464;field_16828:Lnet/minecraft/class_2613$class_3464;named field_16828Lnet/minecraft/entity/EntityLocations$class_3464;field_16828:Lnet/minecraft/entity/EntityLocations$class_3464;
-
-
Constructor Details
-
class_3464
private class_3464()
-
-
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
-