All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.sinri.drydock.naval.base.Boat Maven / Gradle / Ivy

There is a newer version: 1.5.7
Show newest version
package io.github.sinri.drydock.naval.base;

import io.github.sinri.drydock.common.CommonUnit;

/**
 * @since 1.1.0
 */
public interface Boat extends CommonUnit {

    void launch();

    void shipwreck(Throwable throwable);

    void sink();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy