Package net.minecraft.entity.mob
Enum Class PhantomEntity.class_3518
- All Implemented Interfaces:
Serializable,Comparable<PhantomEntity.class_3518>,Constable
- Enclosing class:
- PhantomEntity
- Mappings:
Namespace Name official anh$aintermediary net/minecraft/class_3517$class_3518named net/minecraft/entity/mob/PhantomEntity$class_3518
-
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 PhantomEntity.class_3518Returns the enum constant of this class with the specified name.static PhantomEntity.class_3518[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_17052
- Mappings:
Namespace Name Mixin selector official aLanh$a;a:Lanh$a;intermediary field_17052Lnet/minecraft/class_3517$class_3518;field_17052:Lnet/minecraft/class_3517$class_3518;named field_17052Lnet/minecraft/entity/mob/PhantomEntity$class_3518;field_17052:Lnet/minecraft/entity/mob/PhantomEntity$class_3518;
-
field_17053
- Mappings:
Namespace Name Mixin selector official bLanh$a;b:Lanh$a;intermediary field_17053Lnet/minecraft/class_3517$class_3518;field_17053:Lnet/minecraft/class_3517$class_3518;named field_17053Lnet/minecraft/entity/mob/PhantomEntity$class_3518;field_17053:Lnet/minecraft/entity/mob/PhantomEntity$class_3518;
-
-
Constructor Details
-
class_3518
private class_3518()
-
-
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
-