mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 20:22:05 -07:00
@@ -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
|
||||
|
Reference in New Issue
Block a user