phpdoc armageddon for master, pass 1

This commit is contained in:
Dylan K. Taylor
2020-01-22 11:55:03 +00:00
parent 4bae3baa74
commit 67bcc1c0fb
397 changed files with 0 additions and 5391 deletions

View File

@@ -63,7 +63,6 @@ class Armor extends Durable{
/**
* @see ArmorInventory
* @return int
*/
public function getArmorSlot() : int{
return $this->armorInfo->getArmorSlot();
@@ -75,7 +74,6 @@ class Armor extends Durable{
/**
* Returns the dyed colour of this armour piece. This generally only applies to leather armour.
* @return Color|null
*/
public function getCustomColor() : ?Color{
return $this->customColor;
@@ -84,8 +82,6 @@ class Armor extends Durable{
/**
* Sets the dyed colour of this armour piece. This generally only applies to leather armour.
*
* @param Color $color
*
* @return $this
*/
public function setCustomColor(Color $color) : self{
@@ -96,10 +92,6 @@ class Armor extends Durable{
/**
* Returns the total enchantment protection factor this armour piece offers from all applicable protection
* enchantments on the item.
*
* @param EntityDamageEvent $event
*
* @return int
*/
public function getEnchantmentProtectionFactor(EntityDamageEvent $event) : int{
$epf = 0;