Add Hopper block state and inventory type. Adds BUKKIT-3749

By: Michael Limiero <mike5713@gmail.com>
This commit is contained in:
Bukkit/Spigot
2013-03-15 23:22:53 -04:00
parent 50f297d941
commit 08b0ee9e53
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package org.bukkit.block;
/**
* Represents a hopper.
*/
public interface Hopper extends BlockState, ContainerBlock {
}