@@ -0,0 +1,8 @@
|
||||
package org.bukkit.block;
|
||||
|
||||
import org.bukkit.Nameable;
|
||||
|
||||
/**
|
||||
* Represents an enchanting table.
|
||||
*/
|
||||
public interface EnchantingTable extends BlockState, Nameable { }
|
||||
Reference in New Issue
Block a user