1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-30 11:19:17 +02:00

Added Boat interface.

By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
Bukkit/Spigot 2011-01-07 13:01:23 -08:00
parent ca9cd7aa45
commit f6dc158646

View file

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