如题,求dalao解答
试试entity.getBoundingBox();
出处:net.minecraft.entity.Entity
出处:net.minecraft.entity.Entity
/**
* returns the bounding box for this entity
*/
public AxisAlignedBB getBoundingBox()
{
return null;
}