java.lang.Object
io.github.sefiraat.slimetinker.items.Casts

public final class Casts extends Object
  • Field Details

    • CAST_DESC

      public static final String CAST_DESC
      See Also:
    • INPUT_DESC

      public static final String INPUT_DESC
      See Also:
    • OUTPUT_DESC

      public static final String OUTPUT_DESC
      See Also:
    • UNIT_DESC

      public static final String UNIT_DESC
      See Also:
    • CAST_NUGGET

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_NUGGET
    • CAST_BLOCK

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_BLOCK
    • CAST_INGOT

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_INGOT
    • CAST_GEM

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_GEM
    • CAST_SHOVELHEAD

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_SHOVELHEAD
    • CAST_PICKAXEHEAD

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_PICKAXEHEAD
    • CAST_AXEHEAD

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_AXEHEAD
    • CAST_HOEHEAD

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_HOEHEAD
    • CAST_SWORDBLADE

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_SWORDBLADE
    • CAST_TOOLROD

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_TOOLROD
    • CAST_HELM_PLATE

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_HELM_PLATE
    • CAST_CHEST_PLATE

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_CHEST_PLATE
    • CAST_LEG_PLATE

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_LEG_PLATE
    • CAST_BOOT_PLATE

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_BOOT_PLATE
    • CAST_REPAIRKIT

      public static final io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack CAST_REPAIRKIT
    • RECIPE_CAST_NUGGET

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_NUGGET
    • RECIPE_CAST_INGOT

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_INGOT
    • RECIPE_CAST_BLOCK

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_BLOCK
    • RECIPE_CAST_GEM

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_GEM
    • RECIPE_CAST_SHOVEL_HEAD

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_SHOVEL_HEAD
    • RECIPE_CAST_PICKAXE_HEAD

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_PICKAXE_HEAD
    • RECIPE_CAST_AXE_HEAD

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_AXE_HEAD
    • RECIPE_CAST_HOE_HEAD

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_HOE_HEAD
    • RECIPE_CAST_SWORD_BLADE

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_SWORD_BLADE
    • RECIPE_CAST_TOOL_ROD

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_TOOL_ROD
    • RECIPE_CAST_HELM_PLATE

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_HELM_PLATE
    • RECIPE_CAST_CHEST_PLATE

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_CHEST_PLATE
    • RECIPE_CAST_LEG_PLATE

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_LEG_PLATE
    • RECIPE_CAST_BOOT_PLATE

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_BOOT_PLATE
    • RECIPE_CAST_REPAIR_KIT

      protected static final org.bukkit.inventory.ItemStack[] RECIPE_CAST_REPAIR_KIT
  • Method Details