mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +01:00
Nameable Banner API
Co-Authored-By: Swedz <me@swedz.net>
This commit is contained in:
parent
1332dbf60a
commit
b4e03d9221
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import org.jetbrains.annotations.NotNull;
|
|||
/**
|
||||
* Represents a captured state of a banner.
|
||||
*/
|
||||
public interface Banner extends TileState {
|
||||
public interface Banner extends TileState, org.bukkit.Nameable { // Paper - Nameable API
|
||||
|
||||
/**
|
||||
* Returns the base color for this banner
|
||||
|
|
Loading…
Reference in a new issue