Uses of Enum Class
net.minecraft.world.entity.EntityAttachment
Packages that use EntityAttachment
-
Uses of EntityAttachment in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type EntityAttachmentModifier and TypeFieldDescriptionprivate final Map<EntityAttachment, List<Vec3>> EntityAttachments.attachmentsprivate final Map<EntityAttachment, List<Vec3>> EntityAttachments.Builder.attachmentsMethods in net.minecraft.world.entity that return EntityAttachmentModifier and TypeMethodDescriptionstatic EntityAttachmentReturns the enum constant of this class with the specified name.static EntityAttachment[]EntityAttachment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.entity with parameters of type EntityAttachmentModifier and TypeMethodDescriptionEntityAttachments.Builder.attach(EntityAttachment attachment, float x, float y, float z) EntityAttachments.Builder.attach(EntityAttachment attachment, Vec3 poas) EntityType.Builder.attach(EntityAttachment attachment, float x, float y, float z) EntityType.Builder.attach(EntityAttachment attachment, Vec3 pos) EntityAttachments.get(EntityAttachment attachment, int index, float yRot) EntityAttachments.getClamped(EntityAttachment attachment, int index, float yRot) EntityAttachments.getNullable(EntityAttachment attachment, int index, float yRot) Constructor parameters in net.minecraft.world.entity with type arguments of type EntityAttachmentModifierConstructorDescription(package private)EntityAttachments(Map<EntityAttachment, List<Vec3>> attachments)