mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Added EntityIds interface with constants
This commit is contained in:
@ -66,7 +66,7 @@ use pocketmine\Player;
|
||||
use pocketmine\plugin\Plugin;
|
||||
use pocketmine\Server;
|
||||
|
||||
abstract class Entity extends Location implements Metadatable{
|
||||
abstract class Entity extends Location implements Metadatable, EntityIds{
|
||||
|
||||
const MOTION_THRESHOLD = 0.00001;
|
||||
|
||||
|
Reference in New Issue
Block a user