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 EntityAttachments
EntityDimensions.attachments
The field for theattachments
record component.Methods in net.minecraft.world.entity that return EntityAttachmentsModifier and TypeMethodDescriptionEntityDimensions.attachments()
Returns the value of theattachments
record component.EntityAttachments.Builder.build
(float pWidth, float pHeight) static EntityAttachments
EntityAttachments.createDefault
(float pWidth, float pHeight) final EntityAttachments
Entity.getAttachments()
EntityAttachments.scale
(float pXScale, float pYScale, float pZScale) Methods in net.minecraft.world.entity with parameters of type EntityAttachmentsModifier and TypeMethodDescriptionprotected static Vec3
Entity.getDefaultPassengerAttachmentPoint
(Entity pVehicle, Entity pPassenger, EntityAttachments pAttachments) 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 aEntityDimensions
record class.