public class MCRecipeShapeless extends MCRecipeBase
hidden, ingredientList, output, outputStack, recipeAction, recipeFunction, recipeNameLocation| Constructor and Description |
|---|
MCRecipeShapeless(crafttweaker.api.item.IIngredient[] ingredients,
crafttweaker.api.item.IItemStack output,
crafttweaker.api.recipes.IRecipeFunction recipeFunction,
crafttweaker.api.recipes.IRecipeAction recipeAction,
boolean isHidden) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTransformers(net.minecraft.inventory.InventoryCrafting inventory,
crafttweaker.api.player.IPlayer byPlayer) |
boolean |
canFit(int width,
int height) |
net.minecraft.item.ItemStack |
getCraftingResult(net.minecraft.inventory.InventoryCrafting inv) |
crafttweaker.api.item.IIngredient[] |
getIngredients1D() |
crafttweaker.api.item.IIngredient[][] |
getIngredients2D() |
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> |
getRemainingItems(net.minecraft.inventory.InventoryCrafting inv) |
boolean |
hasTransformers() |
boolean |
isShaped() |
boolean |
matches(net.minecraft.inventory.InventoryCrafting inv,
net.minecraft.world.World worldIn) |
java.lang.String |
toCommandString() |
MCRecipeShapeless |
update() |
applyTransformers, getCraftingResult, getFullResourceName, getGroup, getIngredients, getName, getOutput, getRecipeAction, getRecipeOutput, getRegistryName, getRegistryType, getResourceDomain, hasRecipeAction, hasRecipeFunction, isDynamic, isHidden, isVisible, matches, setRegistryNamepublic MCRecipeShapeless(crafttweaker.api.item.IIngredient[] ingredients,
crafttweaker.api.item.IItemStack output,
crafttweaker.api.recipes.IRecipeFunction recipeFunction,
crafttweaker.api.recipes.IRecipeAction recipeAction,
boolean isHidden)
public boolean matches(net.minecraft.inventory.InventoryCrafting inv,
net.minecraft.world.World worldIn)
public net.minecraft.item.ItemStack getCraftingResult(net.minecraft.inventory.InventoryCrafting inv)
public boolean canFit(int width,
int height)
public net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> getRemainingItems(net.minecraft.inventory.InventoryCrafting inv)
public java.lang.String toCommandString()
public boolean hasTransformers()
public crafttweaker.api.item.IIngredient[] getIngredients1D()
public crafttweaker.api.item.IIngredient[][] getIngredients2D()
public boolean isShaped()
public void applyTransformers(net.minecraft.inventory.InventoryCrafting inventory,
crafttweaker.api.player.IPlayer byPlayer)
applyTransformers in class MCRecipeBasepublic MCRecipeShapeless update()
update in class MCRecipeBase