MCPcopy Create free account
hub / github.com/Garten/sourcecraft / getFirst

Method getFirst

src/basic/Tuple.java:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 public A getFirst() {
14 return this.first;
15 }
16
17 public B getSecond() {
18 return this.second;

Callers 3

CuboidMethod · 0.80
addMcaSectionMethod · 0.80
addPointEntitysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected