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 EntityAttachments
EntityDimensions.attachments
The field for theattachments
record component.Methods in net.minecraft.entity that return EntityAttachmentsModifier and TypeMethodDescriptionEntityDimensions.attachments()
Returns the value of theattachments
record component.EntityAttachments.Builder.build
(float width, float height) static EntityAttachments
EntityAttachments.method_55844
(float float2, float float3) EntityAttachments.scale
(float xScale, float yScale, float zScale) Methods in net.minecraft.entity with parameters of type EntityAttachmentsModifier and TypeMethodDescriptionprotected static Vec3d
Entity.method_55665
(Entity entity, Entity entity2, EntityAttachments entityAttachments) Constructors in net.minecraft.entity with parameters of type EntityAttachmentsModifierConstructorDescriptionEntityDimensions
(float float2, float float3, float float4, EntityAttachments entityAttachments, boolean bool)