Package net.minecraft.entity
Enum Entity.class_5799
- All Implemented Interfaces:
Serializable,Comparable<Entity.class_5799>,java.lang.constant.Constable
- Enclosing class:
- Entity
public static enum Entity.class_5799 extends Enum<Entity.class_5799>
- Mappings:
Namespace Name official aqv$bintermediary net/minecraft/class_1297$class_5799named net/minecraft/entity/Entity$class_5799
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateclass_5799(boolean sounds, boolean events) -
Method Summary
Modifier and Type Method Description booleanmethod_33576()booleanmethod_33577()booleanmethod_33578()static Entity.class_5799valueOf(String name)Returns the enum constant of this type with the specified name.static Entity.class_5799[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLaqv$b;a:Laqv$b;intermediary field_28630Lnet/minecraft/class_1297$class_5799;field_28630:Lnet/minecraft/class_1297$class_5799;named NONELnet/minecraft/entity/Entity$class_5799;NONE:Lnet/minecraft/entity/Entity$class_5799;
-
SOUNDS
- Mappings:
Namespace Name Mixin selector official bLaqv$b;b:Laqv$b;intermediary field_28631Lnet/minecraft/class_1297$class_5799;field_28631:Lnet/minecraft/class_1297$class_5799;named SOUNDSLnet/minecraft/entity/Entity$class_5799;SOUNDS:Lnet/minecraft/entity/Entity$class_5799;
-
EVENTS
- Mappings:
Namespace Name Mixin selector official cLaqv$b;c:Laqv$b;intermediary field_28632Lnet/minecraft/class_1297$class_5799;field_28632:Lnet/minecraft/class_1297$class_5799;named EVENTSLnet/minecraft/entity/Entity$class_5799;EVENTS:Lnet/minecraft/entity/Entity$class_5799;
-
ALL
- Mappings:
Namespace Name Mixin selector official dLaqv$b;d:Laqv$b;intermediary field_28633Lnet/minecraft/class_1297$class_5799;field_28633:Lnet/minecraft/class_1297$class_5799;named ALLLnet/minecraft/entity/Entity$class_5799;ALL:Lnet/minecraft/entity/Entity$class_5799;
-
-
Field Details
-
sounds
final boolean sounds- Mappings:
Namespace Name Mixin selector official eLaqv$b;e:Zintermediary field_28634Lnet/minecraft/class_1297$class_5799;field_28634:Znamed soundsLnet/minecraft/entity/Entity$class_5799;sounds:Z
-
events
final boolean events- Mappings:
Namespace Name Mixin selector official fLaqv$b;f:Zintermediary field_28635Lnet/minecraft/class_1297$class_5799;field_28635:Znamed eventsLnet/minecraft/entity/Entity$class_5799;events:Z
-
-
Constructor Details
-
class_5799
private class_5799(boolean sounds, boolean events)- Mappings:
Namespace Name Mixin selector official <init>Laqv$b;<init>(Ljava/lang/String;IZZ)Vintermediary <init>Lnet/minecraft/class_1297$class_5799;<init>(Ljava/lang/String;IZZ)Vnamed <init>Lnet/minecraft/entity/Entity$class_5799;<init>(Ljava/lang/String;IZZ)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
method_33576
public boolean method_33576()- Mappings:
Namespace Name Mixin selector official aLaqv$b;a()Zintermediary method_33576Lnet/minecraft/class_1297$class_5799;method_33576()Znamed method_33576Lnet/minecraft/entity/Entity$class_5799;method_33576()Z
-
method_33577
public boolean method_33577()- Mappings:
Namespace Name Mixin selector official bLaqv$b;b()Zintermediary method_33577Lnet/minecraft/class_1297$class_5799;method_33577()Znamed method_33577Lnet/minecraft/entity/Entity$class_5799;method_33577()Z
-
method_33578
public boolean method_33578()- Mappings:
Namespace Name Mixin selector official cLaqv$b;c()Zintermediary method_33578Lnet/minecraft/class_1297$class_5799;method_33578()Znamed method_33578Lnet/minecraft/entity/Entity$class_5799;method_33578()Z
-