mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-21 23:33:48 -07:00
Make HopperMinecart implement InventoryHolder. Adds BUKKIT-3796
By: Michael Limiero <mike5713@gmail.com>
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
package org.bukkit.entity.minecart;
|
package org.bukkit.entity.minecart;
|
||||||
|
|
||||||
import org.bukkit.entity.Minecart;
|
import org.bukkit.entity.Minecart;
|
||||||
|
import org.bukkit.inventory.InventoryHolder;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a Minecart with a Hopper inside it
|
* Represents a Minecart with a Hopper inside it
|
||||||
*/
|
*/
|
||||||
public interface HopperMinecart extends Minecart {
|
public interface HopperMinecart extends Minecart, InventoryHolder {
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user