Added a lot more framework for the node routing.
This commit is contained in:
parent
1b6e3442ae
commit
269459c5c5
19 changed files with 677 additions and 16 deletions
|
@ -16,4 +16,12 @@ public interface IRoutingNode
|
|||
public BlockPos getMasterPos();
|
||||
|
||||
public boolean isConnectionEnabled(BlockPos testPos);
|
||||
|
||||
public boolean isMaster(IMasterRoutingNode master);
|
||||
|
||||
public void addConnection(BlockPos pos1);
|
||||
|
||||
public void removeConnection(BlockPos pos1);
|
||||
|
||||
public void removeAllConnections();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue