Add Hopper block state and inventory type. Adds BUKKIT-3749
By: Michael Limiero <mike5713@gmail.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.bukkit.block;
|
||||
|
||||
/**
|
||||
* Represents a hopper.
|
||||
*/
|
||||
public interface Hopper extends BlockState, ContainerBlock {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user