Fix TNT flashing, add explosion particles and add DATA_FUSE_LENGTH entity data constant

This commit is contained in:
Dylan K. Taylor
2016-12-09 17:03:15 +00:00
parent ae6e0773ef
commit 5e6d452678
3 changed files with 17 additions and 5 deletions

View File

@ -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)