mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
SPIGOT-4742: Make Sign Colorable
By: md_5 <git@md-5.net>
This commit is contained in:
parent
ddfd4b10c4
commit
5908b5a155
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
package org.bukkit.block;
|
||||
|
||||
import org.bukkit.material.Colorable;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
/**
|
||||
* 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue