public class ShapedOreRecipeWrapper extends VanillaRecipeWrapper implements IShapedCraftingRecipeWrapper
| Constructor and Description |
|---|
ShapedOreRecipeWrapper(net.minecraftforge.oredict.ShapedOreRecipe recipe) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
java.util.List |
getInputs()
Return a list of recipe inputs.
|
java.util.List<net.minecraft.item.ItemStack> |
getOutputs()
Return a list of recipe inputs.
|
int |
getWidth() |
drawAnimations, drawInfo, drawInfo, getFluidInputs, getFluidOutputs, getTooltipStrings, handleClickclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrawInfodrawAnimations, drawInfo, getFluidInputs, getFluidOutputs, getTooltipStrings, handleClickpublic ShapedOreRecipeWrapper(@Nonnull
net.minecraftforge.oredict.ShapedOreRecipe 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 BlankRecipeWrapperpublic int getWidth()
getWidth in interface IShapedCraftingRecipeWrapperpublic int getHeight()
getHeight in interface IShapedCraftingRecipeWrapper