Aeternium tools parts, multiple Anvil crafts with same input
This commit is contained in:
parent
08d104b49b
commit
cd6fc93488
24 changed files with 216 additions and 26 deletions
|
@ -0,0 +1,11 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import ru.betterend.recipe.builders.AnvilSmithingRecipe;
|
||||
|
||||
public interface AnvilScreenHandlerExtended {
|
||||
public void be_updateCurrentRecipe(AnvilSmithingRecipe recipe);
|
||||
public AnvilSmithingRecipe be_getCurrentRecipe();
|
||||
public List<AnvilSmithingRecipe> be_getRecipes();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue