Uses of Class
net.minecraft.world.entity.EntityAttachments
Packages that use EntityAttachments
-
Uses of EntityAttachments in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as EntityAttachmentsModifier and TypeFieldDescriptionprivate final EntityAttachmentsEntityDimensions.attachmentsThe field for theattachmentsrecord component.Methods in net.minecraft.world.entity that return EntityAttachmentsModifier and TypeMethodDescriptionEntityDimensions.attachments()Returns the value of theattachmentsrecord component.EntityAttachments.Builder.build(float p_316746_, float p_316254_) static EntityAttachmentsEntityAttachments.createDefault(float p_316906_, float p_316905_) final EntityAttachmentsEntity.getAttachments()EntityAttachments.scale(float p_316378_, float p_316683_, float p_316463_) Methods in net.minecraft.world.entity with parameters of type EntityAttachmentsModifier and TypeMethodDescriptionprotected static Vec3Entity.getDefaultPassengerAttachmentPoint(Entity p_316557_, Entity p_316799_, EntityAttachments p_316167_) Constructors in net.minecraft.world.entity with parameters of type EntityAttachmentsModifierConstructorDescriptionEntityDimensions(float width, float height, float eyeHeight, EntityAttachments attachments, boolean fixed) Creates an instance of aEntityDimensionsrecord class.