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.NotNull;
|
||||
* Represents a structure block that can save and load blocks from a file. They
|
||||
* can only be used by OPs, and are not obtainable in survival.
|
||||
*/
|
||||
public interface Structure extends BlockState {
|
||||
public interface Structure extends TileState {
|
||||
|
||||
/**
|
||||
* The name of this structure.
|
||||
|
||||
Reference in New Issue
Block a user