Examples of EvilLeggings


Examples of Will11690.mod.MechaniCraft.Armor.EvilLeggings

  EndLeggings = new EndLeggings(EndLeggingsID, EndArmorMaterial, proxy.addArmor("EndArmor"), 2).setUnlocalizedName("EndLeggings").setCreativeTab(this.MechaniCraftCombat);
  EndBoots = new EndBoots(EndBootsID, EndArmorMaterial, proxy.addArmor("EndArmor"), 3).setUnlocalizedName("EndBoots").setCreativeTab(this.MechaniCraftCombat);
 
  EvilHelmet = new EvilHelmet(EvilHelmetID, EvilArmorMaterial, proxy.addArmor("EvilArmor"), 0).setUnlocalizedName("EvilHelmet").setCreativeTab(this.MechaniCraftCombat);
  EvilChestplate = new EvilChestplate(EvilChestplateID, EvilArmorMaterial, proxy.addArmor("EvilArmor"), 1).setUnlocalizedName("EvilChestplate").setCreativeTab(this.MechaniCraftCombat);
  EvilLeggings = new EvilLeggings(EvilLeggingsID, EvilArmorMaterial, proxy.addArmor("EvilArmor"), 2).setUnlocalizedName("EvilLeggings").setCreativeTab(this.MechaniCraftCombat);
  EvilBoots = new EvilBoots(EvilBootsID, EvilArmorMaterial, proxy.addArmor("EvilArmor"), 3).setUnlocalizedName("EvilBoots").setCreativeTab(this.MechaniCraftCombat);
 
  PureHelmet = new PureHelmet(PureHelmetID, PureArmorMaterial, proxy.addArmor("PureArmor"), 0).setUnlocalizedName("PureHelmet").setCreativeTab(this.MechaniCraftCombat);
  PureChestplate = new PureChestplate(PureChestplateID, PureArmorMaterial, proxy.addArmor("PureArmor"), 1).setUnlocalizedName("PureChestplate").setCreativeTab(this.MechaniCraftCombat);
  PureLeggings = new PureLeggings(PureLeggingsID, PureArmorMaterial, proxy.addArmor("PureArmor"), 2).setUnlocalizedName("PureLeggings").setCreativeTab(this.MechaniCraftCombat);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.