I need to get a boat, but how? do I need to do something like this: Code (Text): Boat boat = Entity.Boat; ? And if so, how should I call fundtions like: .setVelocity? And does that also spawns a new boat? because I know how to spawn a boat.
Read the Javadoc and look at the Boat page. Click "setVelocity". This should give you a general idea of what to do.