Replace ItemTag API with new API that also expands to Tiles and Entities
By: Bjarne Koll <LynxPlay101@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
/**
|
||||
* Represents a captured state of a skull block.
|
||||
*/
|
||||
public interface Skull extends BlockState {
|
||||
public interface Skull extends TileState {
|
||||
|
||||
/**
|
||||
* Checks to see if the skull has an owner
|
||||
|
||||
Reference in New Issue
Block a user