MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / setXyz

Method setXyz

src/main/java/net/optifine/BlockPosM.java:62–68  ·  view source on GitHub ↗
(int x, int y, int z)

Source from the content-addressed store, hash-verified

60 }
61
62 public void setXyz(int x, int y, int z)
63 {
64 this.mx = x;
65 this.my = y;
66 this.mz = z;
67 this.needsUpdate = true;
68 }
69
70 public void setXyz(double xIn, double yIn, double zIn)
71 {

Callers 10

getColorSmoothMethod · 0.95
setMethod · 0.95
updateMethod · 0.95
updateWaterOpacityMethod · 0.95
computeNext0Method · 0.80
nextMethod · 0.80
nextMethod · 0.80
nextMethod · 0.80

Calls 1

floor_doubleMethod · 0.95

Tested by

no test coverage detected