mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Private constructor for EnchantmentHelper
This commit is contained in:
parent
20a41b00ba
commit
29fdc8b08d
@ -43,6 +43,10 @@ use function round;
|
||||
final class EnchantmentHelper{
|
||||
private const MAX_BOOKSHELF_COUNT = 15;
|
||||
|
||||
private function __construct(){
|
||||
//NOOP
|
||||
}
|
||||
|
||||
/**
|
||||
* @param EnchantmentInstance[] $enchantments
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user