net.minecraft.world.entity

public record EntityDimensions

bsu
net.minecraft.world.entity.EntityDimensions
net.minecraft.class_4048
net.minecraft.entity.EntityDimensions
net.minecraft.src.C_510_
net.minecraft.world.entity.EntitySize

Field summary

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

Constructor summary

ModifierConstructor
private (float width, float height, boolean fixed)
public (float height, float eyeHeight, float attachments, EntityAttachments fixed, boolean arg4)

Method summary

Modifier and TypeMethod
private static float
c(float arg0)
defaultEyeHeight(float arg0)
method_55686(float arg0)
getDefaultEyeHeight(float height)
m_321612_(float p_331315_)
public AABB
a(exc arg0)
makeBoundingBox(Vec3 arg0)
method_30757(class_243 arg0)
getBoxAt(Vec3d pos)
m_20393_(C_3046_ arg0)
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)
m_20384_(double p_20386_, double arg1, double arg2)
public EntityDimensions
a(float arg0)
scale(float arg0)
method_18383(float arg0)
scaled(float ratio)
m_20388_(float arg0)
public EntityDimensions
a(float arg0, float arg1)
scale(float arg0, float arg1)
method_19539(float arg0, float arg1)
scaled(float widthRatio, float heightRatio)
m_20390_(float p_20392_, float arg1)
public static EntityDimensions
b(float arg0, float arg1)
scalable(float arg0, float arg1)
method_18384(float arg0, float arg1)
changing(float width, float height)
m_20395_(float p_20396_, float p_20397_)
public static EntityDimensions
c(float arg0, float arg1)
fixed(float arg0, float arg1)
method_18385(float arg0, float arg1)
fixed(float width, float height)
m_20398_(float p_20399_, float p_20400_)
public EntityDimensions
b(float arg0)
withEyeHeight(float arg0)
method_55685(float arg0)
withEyeHeight(float eyeHeight)
m_320568_(float arg0)
public EntityDimensions
a(bst$a arg0)
withAttachments(EntityAttachments$Builder arg0)
method_55684(class_9066$class_9067 arg0)
withAttachments(EntityAttachments$Builder attachments)
m_323271_(C_313872_$C_313812_ arg0)
public float
a()
width()
comp_2185()
width()
f_20377_()
public float
b()
height()
comp_2186()
height()
f_20378_()
public float
c()
eyeHeight()
comp_2187()
eyeHeight()
f_316573_()
public EntityAttachments
d()
attachments()
comp_2188()
attachments()
f_315362_()
public boolean
e()
fixed()
comp_2189()
fixed()
f_20379_()