mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
SPIGOT-4307: Fix hacky API for banners on shields
This commit is contained in:
parent
e0fc657261
commit
2dcc44dcec
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ public interface Banner extends BlockState {
|
|||
DyeColor getBaseColor();
|
||||
|
||||
/**
|
||||
* Sets the base color for this banner
|
||||
* Sets the base color for this banner.
|
||||
* <b>Only valid for shield pseudo banners, otherwise base depends on block
|
||||
* type</b>
|
||||
*
|
||||
* @param color the base color
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue