Tabnine Logo
TFEquipment$ArmorSet.values
Code IndexAdd Tabnine to your IDE (free)

How to use
values
method
in
cofh.thermalfoundation.init.TFEquipment$ArmorSet

Best Java code snippets using cofh.thermalfoundation.init.TFEquipment$ArmorSet.values (Showing top 3 results out of 315)

origin: CoFH/ThermalExpansion

for (ArmorSet armor : ArmorSet.values()) {
  ingot = ItemHelper.getOre(armor.ingot);
origin: CoFH/ThermalFoundation

public static void preInit() {
  for (ArmorSet e : ArmorSet.values()) {
    e.preInit();
    ThermalFoundation.proxy.addIModelRegister(e);
  }
  for (ToolSet e : ToolSet.values()) {
    e.preInit();
    ThermalFoundation.proxy.addIModelRegister(e);
  }
  for (ToolSetVanilla e : ToolSetVanilla.values()) {
    e.preInit();
    ThermalFoundation.proxy.addIModelRegister(e);
  }
  for (HorseArmor e : HorseArmor.values()) {
    e.preInit();
    ThermalFoundation.proxy.addIModelRegister(e);
  }
  MinecraftForge.EVENT_BUS.register(INSTANCE);
}
origin: CoFH/ThermalFoundation

@SubscribeEvent
public void registerRecipes(RegistryEvent.Register<IRecipe> event) {
  for (ArmorSet e : ArmorSet.values()) {
    e.initialize();
  }
  for (ToolSet e : ToolSet.values()) {
    e.initialize();
  }
  for (ToolSetVanilla e : ToolSetVanilla.values()) {
    e.initialize();
  }
  for (HorseArmor e : HorseArmor.values()) {
    e.initialize();
  }
}
cofh.thermalfoundation.initTFEquipment$ArmorSetvalues

Popular methods of TFEquipment$ArmorSet

  • create
  • initialize
  • preInit
  • registerModel

Popular in Java

  • Updating database using SQL prepared statement
  • getApplicationContext (Context)
  • putExtra (Intent)
  • getSharedPreferences (Context)
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • JButton (javax.swing)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now