mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +00:00
Fix some entity metadata
This commit is contained in:
parent
6a8976c534
commit
4d121f7d84
@ -100,13 +100,15 @@ abstract class Entity extends Location implements Metadatable{
|
|||||||
* 49 (long)
|
* 49 (long)
|
||||||
* 50 (long)
|
* 50 (long)
|
||||||
* 51 (long)
|
* 51 (long)
|
||||||
* 52 (short) */
|
* 52 (short)
|
||||||
const DATA_BOUNDING_BOX_WIDTH = 53; //float
|
* 53 (unknown) */
|
||||||
const DATA_BOUNDING_BOX_HEIGHT = 54; //float
|
const DATA_BOUNDING_BOX_WIDTH = 54; //float
|
||||||
/* 56 (vector3f)
|
const DATA_BOUNDING_BOX_HEIGHT = 55; //float
|
||||||
* 57 (byte)
|
/* 56 (unknown)
|
||||||
* 58 (float)
|
* 57 (vector3f)
|
||||||
* 59 (float) */
|
* 58 (byte)
|
||||||
|
* 59 (float)
|
||||||
|
* 60 (float) */
|
||||||
|
|
||||||
|
|
||||||
const DATA_FLAG_ONFIRE = 0;
|
const DATA_FLAG_ONFIRE = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user