mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
SPIGOT-3268: Add note about banner color now being data not meta.
This commit is contained in:
parent
f636d632c5
commit
cc40de8702
1 changed files with 4 additions and 0 deletions
|
@ -10,14 +10,18 @@ public interface BannerMeta extends ItemMeta {
|
||||||
* Returns the base color for this banner
|
* Returns the base color for this banner
|
||||||
*
|
*
|
||||||
* @return the base color
|
* @return the base color
|
||||||
|
* @deprecated banner color is now stored as the data value, not meta.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
DyeColor getBaseColor();
|
DyeColor getBaseColor();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the base color for this banner
|
* Sets the base color for this banner
|
||||||
*
|
*
|
||||||
* @param color the base color
|
* @param color the base color
|
||||||
|
* @deprecated banner color is now stored as the data value, not meta.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
void setBaseColor(DyeColor color);
|
void setBaseColor(DyeColor color);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue