congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ToolPart.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
slimeknights.tconstruct.library.tools.ToolPart
constructor

Best Java code snippets using slimeknights.tconstruct.library.tools.ToolPart.<init> (Showing top 1 results out of 315)

origin: SlimeKnights/TinkersConstruct

pickHead = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 2), "pick_head");
shovelHead = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 2), "shovel_head");
axeHead = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 2), "axe_head");
broadAxeHead = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 8), "broad_axe_head");
swordBlade = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 2), "sword_blade");
largeSwordBlade = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 8), "large_sword_blade");
hammerHead = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 8), "hammer_head");
excavatorHead = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 8), "excavator_head");
kamaHead = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 2), "kama_head");
scytheHead = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 8), "scythe_head");
panHead = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 3), "pan_head");
signHead = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 3), "sign_head");
toolRod = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot), "tool_rod");
toughToolRod = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 3), "tough_tool_rod");
binding = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot), "binding");
toughBinding = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 3), "tough_binding");
wideGuard = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot), "wide_guard");
handGuard = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot), "hand_guard");
crossGuard = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot), "cross_guard");
largePlate = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 8), "large_plate");
knifeBlade = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot), "knife_blade");
bowLimb = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot * 3), "bow_limb");
bowString = registerToolPart(registry, new ToolPart(Material.VALUE_Ingot), "bow_string");
slimeknights.tconstruct.library.toolsToolPart<init>

Popular methods of ToolPart

  • getItemstackWithMaterial
  • canUseMaterial
  • checkMissingMaterialTooltip
  • getAddedByInfo
  • getMaterial
  • getTooltipStatsInfo
  • getTooltipTraitInfo
  • hasUseForStat

Popular in Java

  • Start an intent from android
  • addToBackStack (FragmentTransaction)
  • setRequestProperty (URLConnection)
  • scheduleAtFixedRate (Timer)
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • Reference (javax.naming)
  • Top Sublime Text 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