Added DATA_COLOR alias

This commit is contained in:
Dylan K. Taylor 2017-05-21 14:40:36 +01:00
parent c5527db424
commit 4e381ab033

View File

@ -76,7 +76,7 @@ abstract class Entity extends Location implements Metadatable{
const DATA_FLAGS = 0;
//1 (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_OWNER_EID = 5; //long