Add Hopper block state and inventory type. Adds BUKKIT-3749
This commit is contained in:
committed by
Travis Watkins
parent
78bf7a911d
commit
de55f86844
8
src/main/java/org/bukkit/block/Hopper.java
Normal file
8
src/main/java/org/bukkit/block/Hopper.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package org.bukkit.block;
|
||||
|
||||
/**
|
||||
* Represents a hopper.
|
||||
*/
|
||||
public interface Hopper extends BlockState, ContainerBlock {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user