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$b
intermediary net/minecraft/class_1297$class_5799
named 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 private
class_5799(boolean sounds, boolean events)
-
Method Summary
Modifier and Type Method Description boolean
method_33576()
boolean
method_33577()
boolean
method_33578()
static Entity.class_5799
valueOf(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 a
Laqv$b;a:Laqv$b;
intermediary field_28630
Lnet/minecraft/class_1297$class_5799;field_28630:Lnet/minecraft/class_1297$class_5799;
named NONE
Lnet/minecraft/entity/Entity$class_5799;NONE:Lnet/minecraft/entity/Entity$class_5799;
-
SOUNDS
- Mappings:
Namespace Name Mixin selector official b
Laqv$b;b:Laqv$b;
intermediary field_28631
Lnet/minecraft/class_1297$class_5799;field_28631:Lnet/minecraft/class_1297$class_5799;
named SOUNDS
Lnet/minecraft/entity/Entity$class_5799;SOUNDS:Lnet/minecraft/entity/Entity$class_5799;
-
EVENTS
- Mappings:
Namespace Name Mixin selector official c
Laqv$b;c:Laqv$b;
intermediary field_28632
Lnet/minecraft/class_1297$class_5799;field_28632:Lnet/minecraft/class_1297$class_5799;
named EVENTS
Lnet/minecraft/entity/Entity$class_5799;EVENTS:Lnet/minecraft/entity/Entity$class_5799;
-
ALL
- Mappings:
Namespace Name Mixin selector official d
Laqv$b;d:Laqv$b;
intermediary field_28633
Lnet/minecraft/class_1297$class_5799;field_28633:Lnet/minecraft/class_1297$class_5799;
named ALL
Lnet/minecraft/entity/Entity$class_5799;ALL:Lnet/minecraft/entity/Entity$class_5799;
-
-
Field Details
-
sounds
final boolean sounds- Mappings:
Namespace Name Mixin selector official e
Laqv$b;e:Z
intermediary field_28634
Lnet/minecraft/class_1297$class_5799;field_28634:Z
named sounds
Lnet/minecraft/entity/Entity$class_5799;sounds:Z
-
events
final boolean events- Mappings:
Namespace Name Mixin selector official f
Laqv$b;f:Z
intermediary field_28635
Lnet/minecraft/class_1297$class_5799;field_28635:Z
named events
Lnet/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)V
intermediary <init>
Lnet/minecraft/class_1297$class_5799;<init>(Ljava/lang/String;IZZ)V
named <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 a
Laqv$b;a()Z
intermediary method_33576
Lnet/minecraft/class_1297$class_5799;method_33576()Z
named method_33576
Lnet/minecraft/entity/Entity$class_5799;method_33576()Z
-
method_33577
public boolean method_33577()- Mappings:
Namespace Name Mixin selector official b
Laqv$b;b()Z
intermediary method_33577
Lnet/minecraft/class_1297$class_5799;method_33577()Z
named method_33577
Lnet/minecraft/entity/Entity$class_5799;method_33577()Z
-
method_33578
public boolean method_33578()- Mappings:
Namespace Name Mixin selector official c
Laqv$b;c()Z
intermediary method_33578
Lnet/minecraft/class_1297$class_5799;method_33578()Z
named method_33578
Lnet/minecraft/entity/Entity$class_5799;method_33578()Z
-