oneofthem999

AuraPotion

Jun 11th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. public class AuraPotion extends Potion
  2. {
  3. //Constructor
  4. public AuraPotion(boolean par1, int par2)
  5. {
  6. super(par1, par2);
  7. }
  8.  
  9. /**
  10. * This method will establish the index of the potion icon.
  11. */
  12. public Potion setIconIndex(int par1, int par2)
  13. {
  14. super.setIconIndex(par1, par2);
  15. return this;
  16. }
  17. }
Add Comment
Please, Sign In to add comment