Advertisement
TheMrQuakeFeed

Untitled

Mar 13th, 2016
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. static PotionEffectType ABSORPTION
  2. Increases the maximum health of an entity with health that cannot be regenerated, but is refilled every 30 seconds.
  3.  
  4. static PotionEffectType BLINDNESS
  5. Blinds an entity.
  6.  
  7. static PotionEffectType CONFUSION
  8. Warps vision on the client.
  9.  
  10. static PotionEffectType DAMAGE_RESISTANCE
  11. Decreases damage dealt to an entity.
  12.  
  13. static PotionEffectType FAST_DIGGING
  14. Increases dig speed.
  15.  
  16. static PotionEffectType FIRE_RESISTANCE
  17. Stops fire damage.
  18.  
  19. static PotionEffectType GLOWING
  20. Outlines the entity so that it can be seen from afar.
  21.  
  22. static PotionEffectType HARM
  23. Hurts an entity.
  24.  
  25. static PotionEffectType HEAL
  26. Heals an entity.
  27.  
  28. static PotionEffectType HEALTH_BOOST
  29. Increases the maximum health of an entity.
  30.  
  31. static PotionEffectType HUNGER
  32. Increases hunger.
  33.  
  34. static PotionEffectType INCREASE_DAMAGE
  35. Increases damage dealt.
  36.  
  37. static PotionEffectType INVISIBILITY
  38. Grants invisibility.
  39.  
  40. static PotionEffectType JUMP
  41. Increases jump height.
  42.  
  43. static PotionEffectType LEVITATION
  44. Causes the entity to float into the air.
  45.  
  46. static PotionEffectType LUCK
  47. Loot table luck.
  48.  
  49. static PotionEffectType NIGHT_VISION
  50. Allows an entity to see in the dark.
  51.  
  52. static PotionEffectType POISON
  53. Deals damage to an entity over time.
  54.  
  55. static PotionEffectType REGENERATION
  56. Regenerates health.
  57.  
  58. static PotionEffectType SATURATION
  59. Increases the food level of an entity each tick.
  60.  
  61. static PotionEffectType SLOW
  62. Decreases movement speed.
  63.  
  64. static PotionEffectType SLOW_DIGGING
  65. Decreases dig speed.
  66.  
  67. static PotionEffectType SPEED
  68. Increases movement speed.
  69.  
  70. static PotionEffectType UNLUCK
  71. Loot table unluck.
  72.  
  73. static PotionEffectType WATER_BREATHING
  74. Allows breathing underwater.
  75.  
  76. static PotionEffectType WEAKNESS
  77. Decreases damage dealt by an entity.
  78.  
  79. static PotionEffectType WITHER
  80. Deals damage to an entity over time and gives the health to the shooter.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement