protocol: fixup data type changes, closes #3072

This commit is contained in:
Dylan K. Taylor
2019-08-11 19:00:27 +01:00
parent d756500928
commit 807b860cfe
3 changed files with 11 additions and 22 deletions

View File

@ -102,7 +102,7 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
public const DATA_TYPE_INT = 2;
public const DATA_TYPE_FLOAT = 3;
public const DATA_TYPE_STRING = 4;
public const DATA_TYPE_SLOT = 5;
public const DATA_TYPE_COMPOUND_TAG = 5;
public const DATA_TYPE_POS = 6;
public const DATA_TYPE_LONG = 7;
public const DATA_TYPE_VECTOR3F = 8;