Package net.minecraft.src

Examples of net.minecraft.src.ItemSword


  }

  public static int k = mod_Dragon.LAST_ID;

  public static void load() {
    ItemSword dragonSword = (ItemSword) new ItemDragonSword(k - 256)
        .setItemName("dragonSword");
    swords.add(dragonSword);
    k++;
    for (int x = 1; x < itemTypes.length; x++) {
      swords.add(new Weapon(k - 256, (int) ((7 + x) * itemTypeMod[x]),
 
View Full Code Here

TOP

Related Classes of net.minecraft.src.ItemSword

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.