Uses of Enum Class
net.minecraft.entity.EntityAttachmentType
Packages that use EntityAttachmentType
-
Uses of EntityAttachmentType in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type EntityAttachmentTypeModifier and TypeFieldDescriptionprivate final Map<EntityAttachmentType, List<Vec3d>> EntityAttachments.Builder.pointsprivate final Map<EntityAttachmentType, List<Vec3d>> EntityAttachments.pointsMethods in net.minecraft.entity that return EntityAttachmentTypeModifier and TypeMethodDescriptionstatic EntityAttachmentTypeReturns 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.Methods in net.minecraft.entity with parameters of type EntityAttachmentTypeModifier 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) @Nullable Vec3dEntityAttachments.getPointNullable(EntityAttachmentType type, int index, float yaw) EntityAttachments.getPointOrDefault(EntityAttachmentType type, int index, float yaw) Constructor parameters in net.minecraft.entity with type arguments of type EntityAttachmentTypeModifierConstructorDescription(package private)EntityAttachments(Map<EntityAttachmentType, List<Vec3d>> points)