mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 11:22:01 +01:00
Nameable Banner API
Co-Authored-By: Swedz <me@swedz.net>
This commit is contained in:
parent
1332dbf60a
commit
b4e03d9221
@ -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 New Issue
Block a user