public class MapExtendingRecipe extends ShapedRecipe
ShapedRecipe.Serializer
MAX_HEIGHT, MAX_WIDTH
Constructor and Description |
---|
MapExtendingRecipe(ResourceLocation p_i48164_1_) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
getCraftingResult(CraftingInventory inv) |
IRecipeSerializer<?> |
getSerializer() |
boolean |
isDynamic() |
private boolean |
isExplorationMap(MapData p_190934_1_) |
boolean |
matches(CraftingInventory inv,
World worldIn) |
canFit, deserializeItem, getGroup, getHeight, getId, getIngredients, getRecipeHeight, getRecipeOutput, getRecipeWidth, getWidth, setCraftingSize, shrink
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
getIcon, getRemainingItems
public MapExtendingRecipe(ResourceLocation p_i48164_1_)
public boolean matches(CraftingInventory inv, World worldIn)
matches
in interface IRecipe<CraftingInventory>
matches
in class ShapedRecipe
private boolean isExplorationMap(MapData p_190934_1_)
public ItemStack getCraftingResult(CraftingInventory inv)
getCraftingResult
in interface IRecipe<CraftingInventory>
getCraftingResult
in class ShapedRecipe
public boolean isDynamic()
public IRecipeSerializer<?> getSerializer()
getSerializer
in interface IRecipe<CraftingInventory>
getSerializer
in class ShapedRecipe