Package net.minecraft.entity
Enum Class EntityGroup
- All Implemented Interfaces:
Serializable,Comparable<EntityGroup>,Constable
- Mappings:
Namespace Name official vuintermediary net/minecraft/class_873named net/minecraft/entity/EntityGroup
-
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 EntityGroupReturns the enum constant of this class with the specified name.static EntityGroup[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
- Mappings:
Namespace Name Mixin selector official aLvu;a:Lvu;intermediary field_3372Lnet/minecraft/class_873;field_3372:Lnet/minecraft/class_873;named DEFAULTLnet/minecraft/entity/EntityGroup;DEFAULT:Lnet/minecraft/entity/EntityGroup;
-
UNDEAD
- Mappings:
Namespace Name Mixin selector official bLvu;b:Lvu;intermediary field_3373Lnet/minecraft/class_873;field_3373:Lnet/minecraft/class_873;named UNDEADLnet/minecraft/entity/EntityGroup;UNDEAD:Lnet/minecraft/entity/EntityGroup;
-
ARTHROPOD
- Mappings:
Namespace Name Mixin selector official cLvu;c:Lvu;intermediary field_3374Lnet/minecraft/class_873;field_3374:Lnet/minecraft/class_873;named ARTHROPODLnet/minecraft/entity/EntityGroup;ARTHROPOD:Lnet/minecraft/entity/EntityGroup;
-
ILLAGER
- Mappings:
Namespace Name Mixin selector official dLvu;d:Lvu;intermediary field_15469Lnet/minecraft/class_873;field_15469:Lnet/minecraft/class_873;named ILLAGERLnet/minecraft/entity/EntityGroup;ILLAGER:Lnet/minecraft/entity/EntityGroup;
-
-
Constructor Details
-
EntityGroup
private EntityGroup()
-
-
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
-