Package net.minecraft.entity
Class EntityDimensions
java.lang.Object
net.minecraft.entity.EntityDimensions
public class EntityDimensions extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EntityDimensions(float width, float height, boolean fixed) -
Method Summary
Modifier and Type Method Description static EntityDimensionschanging(float width, float height)static EntityDimensionsfixed(float width, float height)Boxmethod_30231(double double2, double double3, double double4)Boxmethod_30757(Vec3d vec3d)EntityDimensionsscaled(float ratio)EntityDimensionsscaled(float widthRatio, float heightRatio)StringtoString()
-
Field Details
-
width
public final float width -
height
public final float height -
fixed
public final boolean fixed
-
-
Constructor Details
-
EntityDimensions
public EntityDimensions(float width, float height, boolean fixed)
-
-
Method Details