New entity metadata and found some UpdateTradePacket fields

This commit is contained in:
Dylan K. Taylor
2017-02-15 11:39:51 +00:00
parent 8d43faf16e
commit f87b745771
2 changed files with 23 additions and 15 deletions

View File

@ -109,6 +109,14 @@ abstract class Entity extends Location implements Metadatable{
* 58 (byte)
* 59 (float)
* 60 (float) */
const DATA_AREA_EFFECT_CLOUD_RADIUS = 61; //float
const DATA_AREA_EFFECT_CLOUD_WAITING = 62; //int
const DATA_AREA_EFFECT_CLOUD_PARTICLE_ID = 63; //int
/* 64 (int), shulker-related
* 65 (byte), shulker-related
* 66 (short) shulker-related
* 67 (unknown), shulker-related */
const DATA_TRADING_PLAYER_EID = 68; //long
const DATA_FLAG_ONFIRE = 0;