Replace ItemTag API with new API that also expands to Tiles and Entities
By: Bjarne Koll <LynxPlay101@gmail.com>
This commit is contained in:
@@ -7,4 +7,4 @@ import org.bukkit.material.Colorable;
|
||||
* @deprecated does not provide useful information beyond the material itself
|
||||
*/
|
||||
@Deprecated
|
||||
public interface Bed extends BlockState, Colorable { }
|
||||
public interface Bed extends TileState, Colorable { }
|
||||
|
||||
Reference in New Issue
Block a user