mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
SPIGOT-4307: Fix hacky API for banners on shields
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -18,7 +18,9 @@ public interface Banner extends BlockState {
|
|||||||
DyeColor getBaseColor();
|
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
|
* @param color the base color
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user