Implemented a test filter - hasn't been tested! :D
This commit is contained in:
parent
d4f8844660
commit
9aac50542b
5 changed files with 391 additions and 1 deletions
|
@ -0,0 +1,10 @@
|
|||
package WayofTime.bloodmagic.routing;
|
||||
|
||||
import net.minecraft.util.EnumFacing;
|
||||
|
||||
public interface IItemRoutingNode extends IRoutingNode
|
||||
{
|
||||
IItemFilter generateFilterForSide(EnumFacing side); //Will later return an IItemFilter once fully implemented.
|
||||
|
||||
boolean isInventoryConnectedToSide(EnumFacing side);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue