So I am trying to make a gravity system in which the player can run on the ceiling if they reverse their gravity. I think, from looking around at other mods, that I need to make EntityPlayer extend my own EntityLiving class that modifies the jumping, moving, etc. of entities. Would I use an access transformer or a class transformer to make EntityPlayer extend my own EntityLiving and how?