mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
Don't use deprecated interface.
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
package org.bukkit.block;
|
package org.bukkit.block;
|
||||||
|
|
||||||
|
import org.bukkit.inventory.InventoryHolder;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a hopper.
|
* Represents a hopper.
|
||||||
*/
|
*/
|
||||||
public interface Hopper extends BlockState, ContainerBlock {
|
public interface Hopper extends BlockState, InventoryHolder {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user