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.Builderbuilder()static EntityAttachmentscreateDefault(float pWidth, float pHeight) get(EntityAttachment pAttachment, int pIndex, float pYRot) getAverage(EntityAttachment pAttachment) getClamped(EntityAttachment pAttachment, int pIndex, float pYRot) @Nullable Vec3getNullable(EntityAttachment pAttachment, int pIndex, float pYRot) scale(float pXScale, float pYScale, float pZScale) private static Vec3transformPoint(Vec3 pPoint, float pYRot)
-
Field Details
-
attachments
-
-
Constructor Details
-
EntityAttachments
EntityAttachments(Map<EntityAttachment, List<Vec3>> pAttachments)
-
-
Method Details
-
createDefault
-
builder
-
scale
-
getNullable
-
get
-
getAverage
-
getClamped
-
transformPoint
-