geforkt von Mirrors/Paper
SPIGOT-3268: Add note about banner color now being data not meta.
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
ea9e27bfea
Commit
d42ac41060
@ -10,14 +10,18 @@ public interface BannerMeta extends ItemMeta {
|
||||
* Returns the base color for this banner
|
||||
*
|
||||
* @return the base color
|
||||
* @deprecated banner color is now stored as the data value, not meta.
|
||||
*/
|
||||
@Deprecated
|
||||
DyeColor getBaseColor();
|
||||
|
||||
/**
|
||||
* Sets the base color for this banner
|
||||
*
|
||||
* @param color the base color
|
||||
* @deprecated banner color is now stored as the data value, not meta.
|
||||
*/
|
||||
@Deprecated
|
||||
void setBaseColor(DyeColor color);
|
||||
|
||||
/**
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren