Package net.minecraft.entity
Enum Class EntityAttachmentType
- All Implemented Interfaces:
Serializable
,Comparable<EntityAttachmentType>
,Constable
- Mappings:
Namespace Name named net/minecraft/entity/EntityAttachmentType
intermediary net/minecraft/class_9064
official bsx
-
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
-
Method Summary
Modifier and TypeMethodDescriptioncreatePoint
(float width, float height) static EntityAttachmentType
Returns 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 named PASSENGER
Lnet/minecraft/entity/EntityAttachmentType;PASSENGER:Lnet/minecraft/entity/EntityAttachmentType;
intermediary field_47743
Lnet/minecraft/class_9064;field_47743:Lnet/minecraft/class_9064;
official a
Lbsx;a:Lbsx;
-
VEHICLE
- Mappings:
Namespace Name Mixin selector named VEHICLE
Lnet/minecraft/entity/EntityAttachmentType;VEHICLE:Lnet/minecraft/entity/EntityAttachmentType;
intermediary field_47744
Lnet/minecraft/class_9064;field_47744:Lnet/minecraft/class_9064;
official b
Lbsx;b:Lbsx;
-
NAME_TAG
- Mappings:
Namespace Name Mixin selector named NAME_TAG
Lnet/minecraft/entity/EntityAttachmentType;NAME_TAG:Lnet/minecraft/entity/EntityAttachmentType;
intermediary field_47745
Lnet/minecraft/class_9064;field_47745:Lnet/minecraft/class_9064;
official c
Lbsx;c:Lbsx;
-
WARDEN_CHEST
- Mappings:
Namespace Name Mixin selector named WARDEN_CHEST
Lnet/minecraft/entity/EntityAttachmentType;WARDEN_CHEST:Lnet/minecraft/entity/EntityAttachmentType;
intermediary field_48320
Lnet/minecraft/class_9064;field_48320:Lnet/minecraft/class_9064;
official d
Lbsx;d:Lbsx;
-
-
Field Details
-
point
- Mappings:
Namespace Name Mixin selector named point
Lnet/minecraft/entity/EntityAttachmentType;point:Lnet/minecraft/entity/EntityAttachmentType$Point;
intermediary field_47746
Lnet/minecraft/class_9064;field_47746:Lnet/minecraft/class_9064$class_9065;
official e
Lbsx;e:Lbsx$a;
-
-
Constructor Details
-
EntityAttachmentType
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/entity/EntityAttachmentType;<init>(Ljava/lang/String;ILnet/minecraft/entity/EntityAttachmentType$Point;)V
intermediary <init>
Lnet/minecraft/class_9064;<init>(Ljava/lang/String;ILnet/minecraft/class_9064$class_9065;)V
official <init>
Lbsx;<init>(Ljava/lang/String;ILbsx$a;)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 named createPoint
Lnet/minecraft/entity/EntityAttachmentType;createPoint(FF)Ljava/util/List;
intermediary method_55670
Lnet/minecraft/class_9064;method_55670(FF)Ljava/util/List;
official a
Lbsx;a(FF)Ljava/util/List;
-