Advertisement
MTM123

Untitled

May 12th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. // Instant Damage
  2. Potion pot = Potion.fromItemStack(item);
  3. /* Throws Caused by: java.lang.IllegalArgumentException: Instant potions cannot be extende
  4. d*/
  5.  
  6. // Instant Damage
  7. Potion pot = Potion.fromItemStack(item);
  8. //works
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement