net.minecraft.world.entity

public class EntityAttachments

bvm
net.minecraft.world.entity.EntityAttachments
net.minecraft.class_9066
net.minecraft.entity.EntityAttachments
net.minecraft.world.entity.EntityAttachments

Field summary

Modifier and TypeField
private final Map<EntityAttachment, List<Vec3>>
a
attachments
field_47752
points

Constructor summary

ModifierConstructor
(Map<EntityAttachment, List<Vec3>> points)

Method summary

Modifier and TypeMethod
public static EntityAttachments
a(float arg0, float arg1)
createDefault(float arg0, float arg1)
method_55844(float arg0, float arg1)
of(float width, float height)
public static EntityAttachments$Builder
a()
builder()
method_55673()
builder()
public EntityAttachments
a(float arg0, float arg1, float arg2)
scale(float arg0, float arg1, float arg2)
method_55674(float arg0, float arg1, float arg2)
scale(float xScale, float yScale, float zScale)
private static List<Vec3>
a(List<fby> arg0, float arg1, float arg2, float arg3)
scalePoints(List<Vec3> arg0, float arg1, float arg2, float arg3)
method_55677(List<class_243> arg0, float arg1, float arg2, float arg3)
scalePoints(List<Vec3d> points, float xScale, float yScale, float zScale)
public Vec3
a(bvl arg0, int arg1, float arg2)
getNullable(EntityAttachment arg0, int arg1, float arg2)
method_55675(class_9064 arg0, int arg1, float arg2)
getPointNullable(EntityAttachmentType type, int index, float yaw)
public Vec3
b(bvl arg0, int arg1, float arg2)
get(EntityAttachment arg0, int arg1, float arg2)
method_55678(class_9064 arg0, int arg1, float arg2)
getPoint(EntityAttachmentType type, int index, float yaw)
public Vec3
c(bvl arg0, int arg1, float arg2)
getClamped(EntityAttachment arg0, int arg1, float arg2)
method_55679(class_9064 arg0, int arg1, float arg2)
getPointOrDefault(EntityAttachmentType type, int index, float yaw)
private static Vec3
a(fby arg0, float arg1)
transformPoint(Vec3 arg0, float arg1)
method_55676(class_243 arg0, float arg1)
rotatePoint(Vec3d point, float yaw)