Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class AuraPotion extends Potion
- {
- //Constructor
- public AuraPotion(boolean par1, int par2)
- {
- super(par1, par2);
- }
- /**
- * This method will establish the index of the potion icon.
- */
- public Potion setIconIndex(int par1, int par2)
- {
- super.setIconIndex(par1, par2);
- return this;
- }
- }
Add Comment
Please, Sign In to add comment