Replace ItemTag API with new API that also expands to Tiles and Entities
By: Bjarne Koll <LynxPlay101@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
/**
|
||||
* Represents a captured state of a jukebox.
|
||||
*/
|
||||
public interface Jukebox extends BlockState {
|
||||
public interface Jukebox extends TileState {
|
||||
|
||||
/**
|
||||
* Gets the record inserted into the jukebox.
|
||||
|
||||
Reference in New Issue
Block a user