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

Method setPosition

src/main/java/mudmap2/backend/LayerElement.java:77–81  ·  view source on GitHub ↗

Sets the position @param x x position @param y y position @param layer layer

(int x, int y, Layer layer)

Source from the content-addressed store, hash-verified

75 * @param layer layer
76 */
77 protected void setPosition(int x, int y, Layer layer){
78 this.x = x;
79 this.y = y;
80 this.layer = layer;
81 }
82
83}

Callers 2

testSetPositionMethod · 0.95
putMethod · 0.80

Calls

no outgoing calls

Tested by 1

testSetPositionMethod · 0.76