Package net.minecraft.entity
Class EntitySize
java.lang.Object
net.minecraft.entity.EntitySize
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EntitySize
fixed
(float p_220311_0_, float p_220311_1_) makeBoundingBox
(double p_242285_1_, double p_242285_3_, double p_242285_5_) makeBoundingBox
(Vector3d p_242286_1_) static EntitySize
scalable
(float p_220314_0_, float p_220314_1_) scale
(float p_220313_1_) scale
(float p_220312_1_, float p_220312_2_) toString()
-
Field Details
-
width
public final float width -
height
public final float height -
fixed
public final boolean fixed
-
-
Constructor Details
-
EntitySize
public EntitySize(float p_i50388_1_, float p_i50388_2_, boolean p_i50388_3_)
-
-
Method Details