Package net.minecraft.world.entity
Class EntityAttachments
java.lang.Object
net.minecraft.world.entity.EntityAttachments
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EntityAttachments.Builder
builder()
static EntityAttachments
createDefault
(float pWidth, float pHeight) get
(EntityAttachment pAttachment, int pIndex, float pYRot) getClamped
(EntityAttachment pAttachment, int pIndex, float pYRot) getNullable
(EntityAttachment pAttachment, int pIndex, float pYRot) scale
(float pXScale, float pYScale, float pZScale) scalePoints
(List<Vec3> pAttachmentPoints, float pXScale, float pYScale, float pZScale) private static Vec3
transformPoint
(Vec3 pPoint, float pYRot)
-
Field Details
-
attachments
-
-
Constructor Details
-
EntityAttachments
EntityAttachments(Map<EntityAttachment, List<Vec3>> pAttachments)
-
-
Method Details
-
createDefault
-
builder
-
scale
-
scalePoints
-
getNullable
-
get
-
getClamped
-
transformPoint
-