Added Boat interface.
This commit is contained in:
parent
5c7aadb0b2
commit
5e76ddc41e
9
src/main/java/org/bukkit/Boat.java
Normal file
9
src/main/java/org/bukkit/Boat.java
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
package org.bukkit;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Represents a boat entity.
|
||||||
|
*
|
||||||
|
* @author sk89q
|
||||||
|
*/
|
||||||
|
public interface Boat extends Vehicle {
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user