Uses of Class
net.minecraft.entity.EntityAttachments
-
Uses of EntityAttachments in net.minecraft.entity
Modifier and TypeFieldDescriptionprivate final EntityAttachments
EntityDimensions.attachments
The field for theattachments
record component.Modifier and TypeMethodDescriptionEntityDimensions.attachments()
Returns the value of theattachments
record component.EntityAttachments.Builder.build
(float width, float height) final EntityAttachments
Entity.getAttachments()
static EntityAttachments
EntityAttachments.of
(float width, float height) EntityAttachments.scale
(float xScale, float yScale, float zScale) Modifier and TypeMethodDescriptionprotected static Vec3d
Entity.getPassengerAttachmentPos
(Entity vehicle, Entity passenger, EntityAttachments attachments) ModifierConstructorDescriptionEntityDimensions
(float float2, float float3, float float4, EntityAttachments entityAttachments, boolean bool)