TITLE spawnParticle
MAX_WIDTH

TEXT --{
string spawnParticle(name, position, velX, velY, velZ)
string spawnParticle(name, x, y, z, velX, velY, velZ)

生成粒子效果

- name (string): 粒子id，可用值为“bubble”、“suspended”、“depthsuspend”、“townaura”、“crit”、“magicCrit”、“smoke”、“mobSpell”、“mobSpellAmbient”、“spell”、“instantSpell”、“witchMagic”、“note”、“portal”、“enchantmenttable”、“explode”、“flame”、“lava”、“footstep”、“splash”、“wake”、“largesmoke”、“cloud”、“reddust”、“snowballpoof”、“dripWater”、“dripLava”、“snowshovel”、“slime”、“heart”、“angryVillager”、“happyVillager”
- position: 坐标
- x, y, z (int): 坐标
- velX, velY, velZ (float): 速度
}--