mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Unify Item constructor style
this exposed a few more dead classes.
This commit is contained in:
@ -34,10 +34,6 @@ class WrittenBook extends WritableBookBase{
|
||||
public const TAG_AUTHOR = "author"; //TAG_String
|
||||
public const TAG_TITLE = "title"; //TAG_String
|
||||
|
||||
public function __construct(){
|
||||
parent::__construct(self::WRITTEN_BOOK, 0, "Written Book");
|
||||
}
|
||||
|
||||
public function getMaxStackSize() : int{
|
||||
return 16;
|
||||
}
|
||||
|
Reference in New Issue
Block a user