Added minecart classes, vehicle class, and the ability to spawn minecarts. StorageMinecart needs a getInventory(), but that is waiting on the addition of inventory code.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
10
paper-api/src/main/java/org/bukkit/PoweredMinecart.java
Normal file
10
paper-api/src/main/java/org/bukkit/PoweredMinecart.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package org.bukkit;
|
||||
|
||||
/**
|
||||
* Represents a powered minecart.
|
||||
*
|
||||
* @author sk89q
|
||||
*/
|
||||
public interface PoweredMinecart extends Minecart {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user