mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-14 15:35:31 +00:00
Some new particle IDs
This commit is contained in:
parent
99e8bcf26b
commit
42b78cfba2
@ -64,6 +64,9 @@ abstract class Particle extends Vector3{
|
|||||||
const TYPE_NOTE = 36;
|
const TYPE_NOTE = 36;
|
||||||
//37 yet another SpellParticle of some description
|
//37 yet another SpellParticle of some description
|
||||||
const TYPE_CARROT = 38;
|
const TYPE_CARROT = 38;
|
||||||
|
//39 unknown
|
||||||
|
const TYPE_END_ROD = 40;
|
||||||
|
const TYPE_DRAGONS_BREATH = 41;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return DataPacket|DataPacket[]
|
* @return DataPacket|DataPacket[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user