mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-11 10:01:55 +01:00
SPIGOT-4742: Make Sign Colorable
By: md_5 <git@md-5.net>
This commit is contained in:
parent
ddfd4b10c4
commit
5908b5a155
@ -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…
Reference in New Issue
Block a user