java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.crafttweaker.handlers.ExplosionCrafting
All Implemented Interfaces:
com.blamejared.crafttweaker.api.bracket.CommandStringDisplayable, com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<ExplosionCraftingRecipe>, Iterable<ExplosionCraftingRecipe>

@ZenRegister public class ExplosionCrafting extends Object implements com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<ExplosionCraftingRecipe>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager

    JSON_RECIPE_GSON
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addRecipe(String name, com.blamejared.crafttweaker.api.ingredient.IIngredientWithAmount input, com.blamejared.crafttweaker.api.item.IItemStack[] outputs, int lossRate)
     
    net.minecraft.world.item.crafting.RecipeType<ExplosionCraftingRecipe>
     
    void
    remove(com.blamejared.crafttweaker.api.ingredient.IIngredient output)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager

    addJsonRecipe, fixRecipeName, getAllRecipes, getBracketResourceLocation, getCommandString, getRecipeByName, getRecipeList, getRecipeMap, getRecipes, getRecipesByOutput, iterator, removeAll, removeByInput, removeByModid, removeByName, removeByName, removeByRegex

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Field Details

  • Constructor Details

    • ExplosionCrafting

      public ExplosionCrafting()
  • Method Details

    • addRecipe

      public void addRecipe(String name, com.blamejared.crafttweaker.api.ingredient.IIngredientWithAmount input, com.blamejared.crafttweaker.api.item.IItemStack[] outputs, int lossRate)
    • remove

      public void remove(com.blamejared.crafttweaker.api.ingredient.IIngredient output)
      Specified by:
      remove in interface com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<ExplosionCraftingRecipe>
    • getRecipeType

      public net.minecraft.world.item.crafting.RecipeType<ExplosionCraftingRecipe> getRecipeType()
      Specified by:
      getRecipeType in interface com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<ExplosionCraftingRecipe>