Make HopperMinecart implement InventoryHolder. Adds BUKKIT-3796
This commit is contained in:
parent
bd8d352d54
commit
5716398441
@ -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 {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user