mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Fix TNT flashing, add explosion particles and add DATA_FUSE_LENGTH entity data constant
This commit is contained in:
@ -104,6 +104,7 @@ abstract class Entity extends Location implements Metadatable{
|
||||
* 52 (short) */
|
||||
const DATA_BOUNDING_BOX_WIDTH = 53; //float
|
||||
const DATA_BOUNDING_BOX_HEIGHT = 54; //float
|
||||
const DATA_FUSE_LENGTH = 55; //int
|
||||
/* 56 (vector3f)
|
||||
* 57 (byte)
|
||||
* 58 (float)
|
||||
|
Reference in New Issue
Block a user