mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Merge changes from master
This commit is contained in:
@ -76,7 +76,7 @@ abstract class Entity extends Location implements Metadatable{
|
||||
const DATA_FLAGS = 0;
|
||||
const DATA_HEALTH = 1; //int (minecart/boat)
|
||||
const DATA_VARIANT = 2; //int
|
||||
const DATA_COLOUR = 3; //byte
|
||||
const DATA_COLOR = 3, DATA_COLOUR = 3; //byte
|
||||
const DATA_NAMETAG = 4; //string
|
||||
const DATA_OWNER_EID = 5; //long
|
||||
const DATA_TARGET_EID = 6; //long
|
||||
|
Reference in New Issue
Block a user