Package net.minecraft.world.entity
Class EntityDimensions
java.lang.Object
net.minecraft.world.entity.EntityDimensions
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
widthpublic final float width
- 
heightpublic final float height
- 
fixedpublic final boolean fixed
 
- 
- 
Constructor Details- 
EntityDimensionspublic EntityDimensions(float p_20381_, float p_20382_, boolean p_20383_) 
 
- 
- 
Method Details