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