MCPcopy Create free account
hub / github.com/Frontrooms/3.0-GC / clone

Method clone

src/main/java/emu/grasscutter/utils/Position.java:159–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 }
158
159 @Override
160 public Position clone() {
161 return new Position(x, y, z);
162 }
163
164 @Override
165 public String toString() {

Callers 9

processDropMethod · 0.80
addItemEntityMethod · 0.80
EntityNPCMethod · 0.80
EntityMonsterMethod · 0.80
EntityGadgetMethod · 0.80
EntityRegionMethod · 0.80
executeMethod · 0.80
calRangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected