public class BannerDuplicateRecipe extends IRecipeHidden
Constructor and Description |
---|
BannerDuplicateRecipe(ResourceLocation p_i48171_1_) |
Modifier and Type | Method and Description |
---|---|
boolean |
canFit(int width,
int height) |
ItemStack |
getCraftingResult(IInventory inv) |
NonNullList<ItemStack> |
getRemainingItems(IInventory inv) |
IRecipeSerializer<?> |
getSerializer() |
boolean |
matches(IInventory inv,
World worldIn) |
getId, getRecipeOutput, isDynamic
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGroup, getIngredients
getType
public BannerDuplicateRecipe(ResourceLocation p_i48171_1_)
public boolean matches(IInventory inv, World worldIn)
public ItemStack getCraftingResult(IInventory inv)
public NonNullList<ItemStack> getRemainingItems(IInventory inv)
public IRecipeSerializer<?> getSerializer()
public boolean canFit(int width, int height)