Added Boat interface.

This commit is contained in:
sk89q 2011-01-07 13:01:23 -08:00
parent 5c7aadb0b2
commit 5e76ddc41e

View File

@ -0,0 +1,9 @@
package org.bukkit;
/**
* Represents a boat entity.
*
* @author sk89q
*/
public interface Boat extends Vehicle {
}