MCPcopy Create free account
hub / github.com/Neop/mudmap2 / getX

Method getX

src/main/java/mudmap2/backend/prquadtree/Quadtree.java:194–194  ·  view source on GitHub ↗

Gets the x (center) coordinate of the element

()

Source from the content-addressed store, hash-verified

192 private interface QuadtreeElement<T>{
193 /** Gets the x (center) coordinate of the element */
194 public int getX();
195 /** Gets the y (center) coordinate of the element */
196 public int getY();
197

Callers 15

testSetHomeMethod · 0.65
testGetSelectedPlaceMethod · 0.65
testPlaceMethod · 0.65
testReadWriteFileMethod · 0.65
testReadWriteFileMethod · 0.65
generateLocationsMethod · 0.65
compareMethod · 0.65
pasteMethod · 0.65
compareMethod · 0.65
createGuiMethod · 0.65
getMetaMethod · 0.65
gotoHomeMethod · 0.65

Implementers 2

QuadtreeNodesrc/main/java/mudmap2/backend/prquadtr
QuadtreeLeafsrc/main/java/mudmap2/backend/prquadtr

Calls

no outgoing calls

Tested by 5

testSetHomeMethod · 0.52
testGetSelectedPlaceMethod · 0.52
testPlaceMethod · 0.52
testReadWriteFileMethod · 0.52
testReadWriteFileMethod · 0.52