public class MapCloningRecipe extends SpecialRecipe
コンストラクタと説明 |
---|
MapCloningRecipe(ResourceLocation idIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
canFit(int width,
int height)
Used to determine if this recipe can fit in a grid of the given width/height
|
ItemStack |
getCraftingResult(CraftingInventory inv)
Returns an Item that is the result of this recipe
|
IRecipeSerializer<?> |
getSerializer() |
boolean |
matches(CraftingInventory inv,
World worldIn)
Used to check if a recipe matches current crafting inventory
|
getId, getRecipeOutput, isDynamic
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
getGroup, getIcon, getIngredients, getRemainingItems
public MapCloningRecipe(ResourceLocation idIn)
public boolean matches(CraftingInventory inv, World worldIn)
public ItemStack getCraftingResult(CraftingInventory inv)
public boolean canFit(int width, int height)
public IRecipeSerializer<?> getSerializer()