mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 01:09:44 +00:00
Merge branch 'next-minor' into next-major
This commit is contained in:
commit
4afd3dcabf
@ -89,6 +89,12 @@ class Armor extends Durable{
|
||||
return $this;
|
||||
}
|
||||
|
||||
/** @return $this */
|
||||
public function clearCustomColor() : self{
|
||||
$this->customColor = null;
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the total enchantment protection factor this armour piece offers from all applicable protection
|
||||
* enchantments on the item.
|
||||
|
Loading…
x
Reference in New Issue
Block a user