geforkt von Mirrors/Paper
Expose #hasColor to leather armor
Dieser Commit ist enthalten in:
Ursprung
925c5a6760
Commit
5e1dc7cf47
@ -36,4 +36,13 @@ public interface LeatherArmorMeta extends ItemMeta {
|
|||||||
@Override
|
@Override
|
||||||
@NotNull
|
@NotNull
|
||||||
LeatherArmorMeta clone();
|
LeatherArmorMeta clone();
|
||||||
|
|
||||||
|
// Paper start - Expose #hasColor to leather armor
|
||||||
|
/**
|
||||||
|
* Checks whether this leather armor is dyed.
|
||||||
|
*
|
||||||
|
* @return whether this leather armor is dyed
|
||||||
|
*/
|
||||||
|
boolean isDyed();
|
||||||
|
// Paper end - Expose #hasColor to leather armor
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren