Package net.minecraft.world.entity
Class EntityAttachments
java.lang.Object
net.minecraft.world.entity.EntityAttachments
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EntityAttachments.Builder
builder()
static EntityAttachments
createDefault
(float p_316906_, float p_316905_) get
(EntityAttachment p_316290_, int p_316517_, float p_316296_) getClamped
(EntityAttachment p_316117_, int p_316379_, float p_316900_) getNullable
(EntityAttachment p_316263_, int p_316709_, float p_316113_) scale
(float p_316378_, float p_316683_, float p_316463_) scalePoints
(List<Vec3> p_316879_, float p_316759_, float p_316371_, float p_316711_) private static Vec3
transformPoint
(Vec3 p_316742_, float p_316708_)
-
Field Details
-
attachments
-
-
Constructor Details
-
EntityAttachments
EntityAttachments(Map<EntityAttachment, List<Vec3>> p_316675_)
-
-
Method Details
-
createDefault
-
builder
-
scale
-
scalePoints
-
getNullable
-
get
-
getClamped
-
transformPoint
-