Class Ships

java.lang.Object
net.storm.sdk.sailing.Ships

public class Ships extends Object
Utility class for interacting with ships and the sailing system.

This class provides methods for querying available ships in the game. Ships are used for transportation between various locations across the game world.

See Also:
  • Constructor Details

    • Ships

      public Ships()
  • Method Details

    • getAll

      public Collection<Ship> getAll()
      Gets all available ships.
      Returns:
      a collection of all ships