about 5 minutes of work...
This commit is contained in:
@@ -1,10 +1,21 @@
|
||||
package appeng.crafting;
|
||||
|
||||
import net.minecraft.world.World;
|
||||
import appeng.me.cache.CraftingCache;
|
||||
|
||||
public interface ICraftingHost
|
||||
{
|
||||
|
||||
/**
|
||||
* Get Crasfting cache for the host.
|
||||
*/
|
||||
CraftingCache getCraftingCache();
|
||||
|
||||
/**
|
||||
* required for crafting calculations.
|
||||
*
|
||||
* @return world the host is located in
|
||||
*/
|
||||
World getWorld();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user