java.lang.Object
nl.sbdeveloper.vehiclesplus.api.vehicles.statics.strategies.WaterMovementStrategy
All Implemented Interfaces:
MovementStrategy

public class WaterMovementStrategy extends Object implements MovementStrategy
A strategy for land movement
  • Constructor Details

    • WaterMovementStrategy

      public WaterMovementStrategy(VehicleModel model)
      Default construct of AirMovementStrategy
      Parameters:
      model - VehicleModel
    • WaterMovementStrategy

      public WaterMovementStrategy()
  • Method Details