Added 64-bit entity data field

This commit is contained in:
Shoghi Cervantes
2015-03-17 16:26:02 +01:00
parent b5b46bfd7e
commit 6af87814e3
3 changed files with 15 additions and 7 deletions

View File

@@ -76,6 +76,7 @@ abstract class Entity extends Location implements Metadatable{
const DATA_TYPE_SLOT = 5;
const DATA_TYPE_POS = 6;
const DATA_TYPE_ROTATION = 7;
const DATA_TYPE_LONG = 8;
const DATA_FLAGS = 0;
const DATA_AIR = 1;