As far as I am aware scriptwise all class scripts are limited to the class they extend.
You can call methods that don't feature in the class only by accessing a type of node within the script that has that method.
If your script starts with
extends RigidBody
means all methods except custom made ones, will be from the RigidBody baseclass.