mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-20 14:53:49 -07:00
@@ -8,7 +8,7 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
/**
|
/**
|
||||||
* Represents a captured state of a banner.
|
* 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
|
* Returns the base color for this banner
|
||||||
|
Reference in New Issue
Block a user