public interface ICraftingRecipeWrapper extends IRecipeWrapper
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getInputs()
Return a list of recipe inputs.
|
java.util.List<net.minecraft.item.ItemStack> |
getOutputs()
Return a list of recipe inputs.
|
drawAnimations, drawInfo, drawInfo, getFluidInputs, getFluidOutputs, getTooltipStrings, handleClick@Nonnull java.util.List getInputs()
IRecipeWrappergetInputs in interface IRecipeWrapper@Nonnull java.util.List<net.minecraft.item.ItemStack> getOutputs()
IRecipeWrappergetOutputs in interface IRecipeWrapper