mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
ItemFactory/BlockFactory: give more specific class descriptions
these classes both have a very specific purpose now, which is much lesser than it was in PM3.
This commit is contained in:
@@ -44,7 +44,8 @@ use pocketmine\utils\SingletonTrait;
|
||||
use pocketmine\world\World;
|
||||
|
||||
/**
|
||||
* Manages Item instance creation and registration
|
||||
* Manages deserializing item types from their legacy ID/metadata.
|
||||
* This is primarily needed for loading inventories saved in the world (or playerdata storage).
|
||||
*/
|
||||
class ItemFactory{
|
||||
use SingletonTrait;
|
||||
|
Reference in New Issue
Block a user