mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Add more unknowns
This commit is contained in:
parent
787f6594b2
commit
869721a8ee
@ -96,7 +96,12 @@ abstract class Entity extends Location implements Metadatable{
|
||||
const DATA_MAX_AIR = 44; //short
|
||||
const DATA_MARK_VARIANT = 45; //int
|
||||
/* 46 (byte)
|
||||
* 47 (int) */
|
||||
* 47 (int)
|
||||
* 48 (int)
|
||||
* 49 (long)
|
||||
* 50 (long)
|
||||
* 51 (long)
|
||||
* 52 (short) */
|
||||
const DATA_BOUNDING_BOX_WIDTH = 53; //float
|
||||
const DATA_BOUNDING_BOX_HEIGHT = 54; //float
|
||||
/* 56 (vector3f)
|
||||
|
Loading…
x
Reference in New Issue
Block a user