Uses of Class
net.minecraft.entity.EntityAttachments
Packages that use EntityAttachments
-
Uses of EntityAttachments in net.minecraft.entity
Fields in net.minecraft.entity declared as EntityAttachmentsModifier and TypeFieldDescriptionprivate final EntityAttachmentsEntityDimensions.attachmentsThe field for theattachmentsrecord component.Methods in net.minecraft.entity that return EntityAttachmentsModifier and TypeMethodDescriptionEntityDimensions.attachments()Returns the value of theattachmentsrecord component.EntityAttachments.Builder.build(float width, float height) final EntityAttachmentsEntity.getAttachments()static EntityAttachmentsEntityAttachments.of(float width, float height) EntityAttachments.scale(float xScale, float yScale, float zScale) Methods in net.minecraft.entity with parameters of type EntityAttachmentsModifier and TypeMethodDescriptionprotected static Vec3dEntity.getPassengerAttachmentPos(Entity vehicle, Entity passenger, EntityAttachments attachments) Constructors in net.minecraft.entity with parameters of type EntityAttachmentsModifierConstructorDescriptionEntityDimensions(float width, float height, float eyeHeight, EntityAttachments attachments, boolean fixed) Creates an instance of aEntityDimensionsrecord class.