Add new metadata type vector3f and correct metadata encoding. Result = client crash. TODO: new data values and flags.

This commit is contained in:
Dylan K. Taylor
2016-10-13 13:16:19 +01:00
parent 694c9b151f
commit b6e1a21566
2 changed files with 49 additions and 57 deletions

View File

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