Remove deprecated ContainerBlock
Replaced by InventoryHolder since March 2012. By: Matt <mattbdev@outlook.com>
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package org.bukkit.block;
|
||||
|
||||
import org.bukkit.inventory.FurnaceInventory;
|
||||
import org.bukkit.inventory.InventoryHolder;
|
||||
|
||||
/**
|
||||
* Represents a furnace.
|
||||
*/
|
||||
public interface Furnace extends BlockState, ContainerBlock {
|
||||
public interface Furnace extends BlockState, InventoryHolder {
|
||||
|
||||
/**
|
||||
* Get burn time.
|
||||
|
||||
Reference in New Issue
Block a user