MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / setSize

Method setSize

Mod Utils/src/eu/the5zig/mod/util/Rectangle.java:30–33  ·  view source on GitHub ↗
(int w, int h)

Source from the content-addressed store, hash-verified

28 }
29
30 public void setSize(int w, int h) {
31 this.width = w;
32 this.height = h;
33 }
34
35 public void setBounds(int x, int y, int w, int h) {
36 this.x = x;

Callers 4

initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected