mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
Add new metadata type vector3f and correct metadata encoding. Result = client crash. TODO: new data values and flags.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user