Uses of Enum Class
net.minecraft.entity.EntityAttachmentType
-
Uses of EntityAttachmentType in net.minecraft.entity
Modifier and TypeFieldDescriptionprivate final Map
<EntityAttachmentType, List<Vec3d>> EntityAttachments.Builder.points
private final Map
<EntityAttachmentType, List<Vec3d>> EntityAttachments.points
Modifier and TypeMethodDescriptionstatic EntityAttachmentType
Returns the enum constant of this class with the specified name.static EntityAttachmentType[]
EntityAttachmentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionEntityAttachments.Builder.add
(EntityAttachmentType type, float x, float y, float z) EntityAttachments.Builder.add
(EntityAttachmentType type, Vec3d point) EntityType.Builder.attachment
(EntityAttachmentType type, float offsetX, float offsetY, float offsetZ) EntityType.Builder.attachment
(EntityAttachmentType type, Vec3d offset) EntityAttachments.getPoint
(EntityAttachmentType type, int index, float yaw) EntityAttachments.getPointNullable
(EntityAttachmentType type, int index, float yaw) EntityAttachments.getPointOrDefault
(EntityAttachmentType type, int index, float yaw) ModifierConstructorDescription(package private)
EntityAttachments
(Map<EntityAttachmentType, List<Vec3d>> points)