Advertisement
Guest User

Particle Effect List

a guest
Mar 17th, 2015
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.62 KB | None | 0 0
  1. A particle effect which is displayed by exploding tnt and creepers:
  2. "explode"
  3.  
  4. A particle effect which is displayed by exploding ghast fireballs and wither skulls:
  5. "largeexplode"
  6.  
  7. A particle effect which is displayed by exploding tnt and creepers:
  8. "hugeexplosion"
  9.  
  10. A particle effect which is displayed by launching fireworks:
  11. "fireworksSpark"
  12.  
  13. A particle effect which is displayed by swimming entities and arrows in water:
  14. "bubble"
  15.  
  16. A particle effect which is displayed by swimming entities and shaking wolves:
  17. "splash"
  18.  
  19. A particle effect which is displayed on water when fishing:
  20. "wake"
  21.  
  22. A particle effect which is displayed by water:
  23. "suspended"
  24.  
  25. A particle effect which is displayed by air when close to bedrock and the in the void:
  26. "depthSuspend"
  27.  
  28. A particle effect which is displayed when landing a critical hit and by arrows:
  29. "crit"
  30.  
  31. A particle effect which is displayed when landing a hit with an enchanted weapon:
  32. "magicCrit"
  33.  
  34. A particle effect which is displayed by primed tnt, torches, droppers, dispensers, end portals, brewing stands and monster spawners:
  35. "smoke"
  36.  
  37. A particle effect which is displayed by fire, minecarts with furnace and blazes:
  38. "largesmoke"
  39.  
  40. A particle effect which is displayed when splash potions or bottles o' enchanting hit something:
  41. "spell"
  42.  
  43. A particle effect which is displayed when instant splash potions hit something:
  44. "instantSpell"
  45.  
  46. A particle effect which is displayed by entities with active potion effects:
  47. "mobSpell"
  48.  
  49. A particle effect which is displayed by entities with active potion effects applied through a beacon:
  50. "mobSpellAmbient"
  51.  
  52. A particle effect which is displayed by witches:
  53. "witchMagic"
  54.  
  55. A particle effect which is displayed by blocks beneath a water source:
  56. "dripWater"
  57.  
  58. A particle effect which is displayed by blocks beneath a lava source:
  59. "dripLava"
  60.  
  61. A particle effect which is displayed when attacking a villager in a village:
  62. "angryVillager"
  63.  
  64. A particle effect which is displayed when using bone meal and trading with a villager in a village:
  65. "happyVillager"
  66.  
  67. A particle effect which is displayed by mycelium:
  68. "townaura"
  69.  
  70. A particle effect which is displayed by note blocks:
  71. "note"
  72.  
  73. A particle effect which is displayed by nether portals, endermen, ender pearls, eyes of ender, ender chests and dragon eggs:
  74. "portal"
  75.  
  76. A particle effect which is displayed by enchantment tables which are nearby bookshelves:
  77. "enchantmenttable"
  78.  
  79. A particle effect which is displayed by torches, active furnaces, magma cubes and monster spawners:
  80. "flame"
  81.  
  82. A particle effect which is displayed by lava:
  83. "lava"
  84.  
  85. A particle effect which is currently unused:
  86. "footstep"
  87.  
  88. A particle effect which is displayed when a mob dies:
  89. "cloud"
  90.  
  91. A particle effect which is displayed by redstone ore, powered redstone, redstone torches and redstone repeaters:
  92. "reddust"
  93.  
  94. A particle effect which is displayed when snowballs hit a block:
  95. "snowballpoof"
  96.  
  97. A particle effect which is currently unused:
  98. "snowshovel"
  99.  
  100. A particle effect which is displayed by slimes:
  101. "slime"
  102.  
  103. A particle effect which is displayed when breeding and taming animals:
  104. "heart"
  105.  
  106. A particle effect which is displayed by barriers:
  107. "barrier"
  108.  
  109. A particle effect which is displayed when breaking a tool or eggs hit a block:
  110. "iconcrack"
  111.  
  112. A particle effect which is displayed when breaking blocks or sprinting:
  113. "blockcrack"
  114.  
  115. A particle effect which is displayed when falling:
  116. "blockdust"
  117.  
  118. A particle effect which is displayed when rain hits the ground:
  119. "droplet"
  120.  
  121. A particle effect which is currently unused:
  122. "take"
  123.  
  124. A particle effect which is displayed by elder guardians:
  125. "mobappearance"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement