mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Piece fixes
This commit is contained in:
parent
a9a964cc75
commit
3c650a7c50
@ -91,4 +91,8 @@ public class PlannedPiece {
|
||||
{
|
||||
return this.position.add(position);
|
||||
}
|
||||
|
||||
public boolean isFull() {
|
||||
return connected.size() >= piece.getConnectors().size();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user