Package net.minecraft.src

Examples of net.minecraft.src.Potion


    if (PotionHelper.field_77925_n != null) {
      PotionHelper.field_77925_n.clear();
    }

    waterBottleColor = 3694022;
    Potion len$;

    for (Iterator arr$ = potions.iterator(); arr$.hasNext(); len$.liquidColor = len$.origColor) {
      len$ = (Potion)arr$.next();
    }
View Full Code Here


  static void reloadPotionColors(Properties properties) {
    Iterator temp = potions.iterator();

    while (temp.hasNext()) {
      Potion potion = (Potion)temp.next();
      Colorizer.loadIntColor(potion.name, potion);
    }

    int[] temp1 = new int[] {waterBottleColor};
    Colorizer.loadIntColor("potion.water", temp1, 0);
View Full Code Here

TOP

Related Classes of net.minecraft.src.Potion

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.