mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-21 13:04:40 +00:00
Merge commit '3b9a5c5ccc22170499b686f59ea55e8be231407a'
# Conflicts: # resources/vanilla # src/pocketmine/item/Item.php
This commit is contained in:
commit
8262633820
@ -41,6 +41,9 @@ class EnchantmentEntry{
|
|||||||
$this->randomName = $randomName;
|
$this->randomName = $randomName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return Enchantment[]
|
||||||
|
*/
|
||||||
public function getEnchantments() : array{
|
public function getEnchantments() : array{
|
||||||
return $this->enchantments;
|
return $this->enchantments;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user