Remove deprecated ContainerBlock

Replaced by InventoryHolder since March 2012.

By: Matt <mattbdev@outlook.com>
This commit is contained in:
Bukkit/Spigot
2016-03-01 08:30:02 +11:00
parent b14702271e
commit f442df089f
6 changed files with 13 additions and 20 deletions

View File

@@ -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.