MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / perform

Method perform

src/main/java/field/graphics/MeshBuilder.java:69–76  ·  view source on GitHub ↗
(int pass)

Source from the content-addressed store, hash-verified

67 public boolean perform(int pass) {
68 if (openCount > 0) {
69 openCount = 0;
70 doClose();
71 }
72 return false;
73 }
74
75 @Override
76 public int[] getPasses() {
77 return new int[]{-1};
78 }
79 });

Callers

nothing calls this directly

Calls 1

doCloseMethod · 0.95

Tested by

no test coverage detected