Added EntityIds interface with constants

This commit is contained in:
Dylan K. Taylor
2017-10-19 15:43:55 +01:00
parent 2db13bd114
commit 2b22d5d8cc
11 changed files with 129 additions and 10 deletions

View File

@ -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;