public class MapExtendingRecipe extends ShapedRecipe
ShapedRecipe.Serializer| Constructor and Description |
|---|
MapExtendingRecipe(ResourceLocation p_i48164_1_) |
| Modifier and Type | Method and Description |
|---|---|
ItemStack |
getCraftingResult(CraftingInventory inv) |
IRecipeSerializer<?> |
getSerializer() |
boolean |
isDynamic() |
boolean |
matches(CraftingInventory inv,
World worldIn) |
canFit, deserializeItem, getGroup, getHeight, getId, getIngredients, getRecipeHeight, getRecipeOutput, getRecipeWidth, getWidth, setCraftingSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypegetIcon, getRemainingItemspublic MapExtendingRecipe(ResourceLocation p_i48164_1_)
public boolean matches(CraftingInventory inv, World worldIn)
matches in interface IRecipe<CraftingInventory>matches in class ShapedRecipepublic ItemStack getCraftingResult(CraftingInventory inv)
getCraftingResult in interface IRecipe<CraftingInventory>getCraftingResult in class ShapedRecipepublic boolean isDynamic()
public IRecipeSerializer<?> getSerializer()
getSerializer in interface IRecipe<CraftingInventory>getSerializer in class ShapedRecipe