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

Method equals

src/main/java/field/graphics/Window.java:1141–1153  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

1139 ", x=" + x +
1140 ", y=" + y +
1141 ", dwheel=" + dwheel +
1142 ", time=" + time +
1143 '}';
1144 }
1145
1146 @Override
1147 public Optional<Vec2> position() {
1148 return Optional.of(new Vec2(x, y));
1149 }
1150 }
1151
1152
1153 public void setSwapControl(SwapControl s) {
1154 swapControl = s;
1155 }
1156

Callers 14

onFileChangeMethod · 0.45
cleanMethod · 0.45
linkAndValidateNowMethod · 0.45
getCompletionsForMethod · 0.45
transformMethod · 0.45
asMap_getMethod · 0.45
getCompletionsForMethod · 0.45
getCompletionsForMethod · 0.45
stillValidMethod · 0.45
findUniformMethod · 0.45
asMap_getMethod · 0.45
WindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected