mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
@@ -1,11 +1,12 @@
|
|||||||
package org.bukkit.block;
|
package org.bukkit.block;
|
||||||
|
|
||||||
|
import org.bukkit.material.Colorable;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a captured state of either a SignPost or a WallSign.
|
* Represents a captured state of either a SignPost or a WallSign.
|
||||||
*/
|
*/
|
||||||
public interface Sign extends TileState {
|
public interface Sign extends TileState, Colorable {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets all the lines of text currently on this sign.
|
* Gets all the lines of text currently on this sign.
|
||||||
|
Reference in New Issue
Block a user