mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 09:42:06 -07:00
Expose #hasColor to leather armor
This commit is contained in:
@@ -36,4 +36,13 @@ public interface LeatherArmorMeta extends ItemMeta {
|
||||
@Override
|
||||
@NotNull
|
||||
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