I have recently been messing around with the boats in MC. My initial plan to just extend the EntityBoat class failed since all the methods and private and as a result I cannot override the methods I wanted. As a result I opted to copy the boat code for the most part and tweak it as needed however despite my entity rendering correctly I cannot get it to actually move after I enter it.
Do I need to register a packet to get it to update server side? Or is there some other way to get it to update? Any help is appreciated.