public class ShapelessRecipesWrapper extends VanillaRecipeWrapper implements ICraftingRecipeWrapper
| Constructor and Description |
|---|
ShapelessRecipesWrapper(net.minecraft.item.crafting.ShapelessRecipes recipe) |
| 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, getFluidInputs, getFluidOutputs, getTooltipStringsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrawInfodrawAnimations, getFluidInputs, getFluidOutputs, getTooltipStringspublic ShapelessRecipesWrapper(@Nonnull
net.minecraft.item.crafting.ShapelessRecipes recipe)
@Nonnull public java.util.List getInputs()
IRecipeWrappergetInputs in interface IRecipeWrappergetInputs in interface ICraftingRecipeWrappergetInputs in class BlankRecipeWrapper@Nonnull public java.util.List<net.minecraft.item.ItemStack> getOutputs()
IRecipeWrappergetOutputs in interface IRecipeWrappergetOutputs in interface ICraftingRecipeWrappergetOutputs in class BlankRecipeWrapper