Replace ItemTag API with new API that also expands to Tiles and Entities
By: Bjarne Koll <LynxPlay101@gmail.com>
This commit is contained in:
@@ -5,4 +5,4 @@ import org.bukkit.Nameable;
|
||||
/**
|
||||
* Represents a captured state of an enchanting table.
|
||||
*/
|
||||
public interface EnchantingTable extends BlockState, Nameable { }
|
||||
public interface EnchantingTable extends TileState, Nameable { }
|
||||
|
||||
Reference in New Issue
Block a user