mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 01:39:52 +00:00
Added DATA_COLOR alias
This commit is contained in:
parent
c5527db424
commit
4e381ab033
@ -76,7 +76,7 @@ abstract class Entity extends Location implements Metadatable{
|
|||||||
const DATA_FLAGS = 0;
|
const DATA_FLAGS = 0;
|
||||||
//1 (int)
|
//1 (int)
|
||||||
const DATA_VARIANT = 2; //int
|
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_NAMETAG = 4; //string
|
||||||
const DATA_OWNER_EID = 5; //long
|
const DATA_OWNER_EID = 5; //long
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user