Class RegisterItem

java.lang.Object
com.github.relativobr.supreme.util.RegisterItem

public class RegisterItem extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    registerCoreFabricator(io.github.thebusybiscuit.slimefun5.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
     
    static void
    registerCoreFabricator(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
     
    static void
    registerEnhancedCraft(io.github.thebusybiscuit.slimefun5.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
     
    static void
    registerEnhancedCraft(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
     
    static void
    registerGrindStone(io.github.thebusybiscuit.slimefun5.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe, int amount)
     
    static void
    registerGrindStone(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe, int amount)
     
    static void
    registerMagicalFabricator(io.github.thebusybiscuit.slimefun5.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
     
    static void
    registerMagicalFabricator(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
     
    static void
    registerMagicalFabricatorMagic(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
     
    static void
    registerNullRecipe(io.github.thebusybiscuit.slimefun5.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
     
    static void
    registerNullRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
     
    static void
    registerSmeltery(io.github.thebusybiscuit.slimefun5.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
     
    static void
    registerSmeltery(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
     
    static void
    registerTechMutation(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RegisterItem

      public RegisterItem()
  • Method Details

    • registerSmeltery

      @ParametersAreNonnullByDefault public static void registerSmeltery(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
    • registerSmeltery

      @ParametersAreNonnullByDefault public static void registerSmeltery(io.github.thebusybiscuit.slimefun5.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
    • registerEnhancedCraft

      @ParametersAreNonnullByDefault public static void registerEnhancedCraft(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
    • registerEnhancedCraft

      @ParametersAreNonnullByDefault public static void registerEnhancedCraft(io.github.thebusybiscuit.slimefun5.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
    • registerNullRecipe

      @ParametersAreNonnullByDefault public static void registerNullRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
    • registerNullRecipe

      @ParametersAreNonnullByDefault public static void registerNullRecipe(io.github.thebusybiscuit.slimefun5.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
    • registerGrindStone

      @ParametersAreNonnullByDefault public static void registerGrindStone(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe, int amount)
    • registerGrindStone

      @ParametersAreNonnullByDefault public static void registerGrindStone(io.github.thebusybiscuit.slimefun5.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe, int amount)
    • registerMagicalFabricator

      @ParametersAreNonnullByDefault public static void registerMagicalFabricator(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
    • registerMagicalFabricator

      @ParametersAreNonnullByDefault public static void registerMagicalFabricator(io.github.thebusybiscuit.slimefun5.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
    • registerMagicalFabricatorMagic

      @ParametersAreNonnullByDefault public static void registerMagicalFabricatorMagic(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
    • registerCoreFabricator

      @ParametersAreNonnullByDefault public static void registerCoreFabricator(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
    • registerCoreFabricator

      @ParametersAreNonnullByDefault public static void registerCoreFabricator(io.github.thebusybiscuit.slimefun5.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack, org.bukkit.inventory.ItemStack[] recipe)
    • registerTechMutation

      @ParametersAreNonnullByDefault public static void registerTechMutation(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack itemStack)