mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 04:17:44 +01:00
Added Boat interface.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
ca9cd7aa45
commit
f6dc158646
9
paper-api/src/main/java/org/bukkit/Boat.java
Normal file
9
paper-api/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…
Reference in New Issue
Block a user