Expose #hasColor to leather armor
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user