mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Entity: remove more useless classes
these were slated for removal some time ago, but it never happened because they were used in the API. This is no longer the case on 4.0, so these classes are now entirely useless.
This commit is contained in:
@ -72,7 +72,7 @@ use function strlen;
|
||||
use const INT32_MAX;
|
||||
use const INT32_MIN;
|
||||
|
||||
class Human extends Creature implements ProjectileSource, InventoryHolder{
|
||||
class Human extends Living implements ProjectileSource, InventoryHolder{
|
||||
|
||||
/** @var PlayerInventory */
|
||||
protected $inventory;
|
||||
|
Reference in New Issue
Block a user