congrats Icon
New! Announcing our next generation AI code completions
Read here
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

  • Reactive rest calls using spring rest template
  • compareTo (BigDecimal)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • scheduleAtFixedRate (ScheduledExecutorService)
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • JTable (javax.swing)
  • JTextField (javax.swing)
  • Top 25 Plugins for Webstorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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