Nameable Banner API

Co-Authored-By: Swedz <me@swedz.net>
This commit is contained in:
Owen1212055 2022-04-07 17:49:38 -04:00
parent 1332dbf60a
commit b4e03d9221

View file

@ -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