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

This commit is contained in:
Michael Limiero
2013-03-15 23:22:53 -04:00
committed by Travis Watkins
parent 78bf7a911d
commit de55f86844
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 {
}