package org.bukkit.entity; /** * Represents a boat entity. * * @author sk89q */ public interface Boat extends Vehicle { }