Package net.minecraft.world.entity
Class EntityDimensions
java.lang.Object
net.minecraft.world.entity.EntityDimensions
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic EntityDimensionsfixed(float p_20399_, float p_20400_) makeBoundingBox(double p_20385_, double p_20386_, double p_20387_) makeBoundingBox(Vec3 p_20394_) static EntityDimensionsscalable(float p_20396_, float p_20397_) scale(float p_20389_) scale(float p_20391_, float p_20392_) toString() 
- 
Field Details
- 
width
public final float width - 
height
public final float height - 
fixed
public final boolean fixed 
 - 
 - 
Constructor Details
- 
EntityDimensions
public EntityDimensions(float p_20381_, float p_20382_, boolean p_20383_)  
 - 
 - 
Method Details