Initial Inventory stuff, read only, no hooks. Only implemented for the StorageMinecart
By: Erik Broes <erikbroes@ripe.net>
This commit is contained in:
@@ -5,5 +5,5 @@ package org.bukkit;
|
||||
*
|
||||
* @author sk89q
|
||||
*/
|
||||
public interface StorageMinecart extends Minecart {
|
||||
public interface StorageMinecart extends Minecart, Inventory {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user