net.minecraft.world.entity

public record EntityDimensions

bvn
net.minecraft.world.entity.EntityDimensions
net.minecraft.class_4048
net.minecraft.entity.EntityDimensions
net.minecraft.world.entity.EntitySize

Field summary

Modifier and TypeField
private final float
a
width
comp_2185
width
private final float
b
height
comp_2186
height
private final float
c
eyeHeight
comp_2187
eyeHeight
private final EntityAttachments
d
attachments
comp_2188
attachments
private final boolean
e
fixed
comp_2189
fixed

Constructor summary

ModifierConstructor
private (float width, float height, boolean fixed)
public (float arg0, float arg1, float arg2, EntityAttachments arg3, boolean arg4)

Method summary

Modifier and TypeMethod
private static float
c(float arg0)
defaultEyeHeight(float arg0)
method_55686(float arg0)
getDefaultEyeHeight(float height)
public AABB
a(fby arg0)
makeBoundingBox(Vec3 arg0)
method_30757(class_243 arg0)
getBoxAt(Vec3d pos)
public AABB
a(double arg0, double arg1, double arg2)
makeBoundingBox(double arg0, double arg1, double arg2)
method_30231(double arg0, double arg1, double arg2)
getBoxAt(double x, double y, double z)
public EntityDimensions
a(float arg0)
scale(float arg0)
method_18383(float arg0)
scaled(float ratio)
public EntityDimensions
a(float arg0, float arg1)
scale(float arg0, float arg1)
method_19539(float arg0, float arg1)
scaled(float widthRatio, float heightRatio)
public static EntityDimensions
b(float arg0, float arg1)
scalable(float arg0, float arg1)
method_18384(float arg0, float arg1)
changing(float width, float height)
public static EntityDimensions
c(float arg0, float arg1)
fixed(float arg0, float arg1)
method_18385(float arg0, float arg1)
fixed(float width, float height)
public EntityDimensions
b(float arg0)
withEyeHeight(float arg0)
method_55685(float arg0)
withEyeHeight(float eyeHeight)
public EntityDimensions
a(bvm$a arg0)
withAttachments(EntityAttachments$Builder arg0)
method_55684(class_9066$class_9067 arg0)
withAttachments(EntityAttachments$Builder attachments)
public float
a()
width()
comp_2185()
width()
public float
b()
height()
comp_2186()
height()
public float
c()
eyeHeight()
comp_2187()
eyeHeight()
public EntityAttachments
d()
attachments()
comp_2188()
attachments()
public boolean
e()
fixed()
comp_2189()
fixed()