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

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

    • LandMovementStrategy

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

      public LandMovementStrategy()
  • Method Details