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)EntityDimensionsscaled(float ratio)EntityDimensionsscaled(float widthRatio, float heightRatio)StringtoString()
-
Field Details
-
Constructor Details
-
EntityDimensions
public EntityDimensions(float width, float height, boolean fixed)
-
-
Method Details