Package net.minecraft.entity
Enum Class EntityAttachmentType
- All Implemented Interfaces:
Serializable,Comparable<EntityAttachmentType>,Constable
- Mappings:
Namespace Name official bqbintermediary net/minecraft/class_9064named net/minecraft/entity/EntityAttachmentType
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePoint(float width, float height) static EntityAttachmentTypeReturns the enum constant of this class with the specified name.static EntityAttachmentType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PASSENGER
- Mappings:
Namespace Name Mixin selector official aLbqb;a:Lbqb;intermediary field_47743Lnet/minecraft/class_9064;field_47743:Lnet/minecraft/class_9064;named PASSENGERLnet/minecraft/entity/EntityAttachmentType;PASSENGER:Lnet/minecraft/entity/EntityAttachmentType;
-
VEHICLE
- Mappings:
Namespace Name Mixin selector official bLbqb;b:Lbqb;intermediary field_47744Lnet/minecraft/class_9064;field_47744:Lnet/minecraft/class_9064;named VEHICLELnet/minecraft/entity/EntityAttachmentType;VEHICLE:Lnet/minecraft/entity/EntityAttachmentType;
-
NAME_TAG
- Mappings:
Namespace Name Mixin selector official cLbqb;c:Lbqb;intermediary field_47745Lnet/minecraft/class_9064;field_47745:Lnet/minecraft/class_9064;named NAME_TAGLnet/minecraft/entity/EntityAttachmentType;NAME_TAG:Lnet/minecraft/entity/EntityAttachmentType;
-
WARDEN_CHEST
- Mappings:
Namespace Name Mixin selector official dLbqb;d:Lbqb;intermediary field_48320Lnet/minecraft/class_9064;field_48320:Lnet/minecraft/class_9064;named WARDEN_CHESTLnet/minecraft/entity/EntityAttachmentType;WARDEN_CHEST:Lnet/minecraft/entity/EntityAttachmentType;
-
-
Field Details
-
point
- Mappings:
Namespace Name Mixin selector official eLbqb;e:Lbqb$a;intermediary field_47746Lnet/minecraft/class_9064;field_47746:Lnet/minecraft/class_9064$class_9065;named pointLnet/minecraft/entity/EntityAttachmentType;point:Lnet/minecraft/entity/EntityAttachmentType$Point;
-
-
Constructor Details
-
EntityAttachmentType
- Mappings:
Namespace Name Mixin selector official <init>Lbqb;<init>(Ljava/lang/String;ILbqb$a;)Vintermediary <init>Lnet/minecraft/class_9064;<init>(Ljava/lang/String;ILnet/minecraft/class_9064$class_9065;)Vnamed <init>Lnet/minecraft/entity/EntityAttachmentType;<init>(Ljava/lang/String;ILnet/minecraft/entity/EntityAttachmentType$Point;)V
-
-
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
-
createPoint
- Mappings:
Namespace Name Mixin selector official aLbqb;a(FF)Ljava/util/List;intermediary method_55670Lnet/minecraft/class_9064;method_55670(FF)Ljava/util/List;named createPointLnet/minecraft/entity/EntityAttachmentType;createPoint(FF)Ljava/util/List;
-