MCPcopy Create free account
hub / github.com/boxbeam/RedLib / getZ

Method getZ

src/redempt/redlib/blockdata/BlockPosition.java:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 public int getZ() {
34 return z;
35 }
36
37 public Block getBlock(World world) {
38 return world.getBlockAt(x, y, z);

Callers 12

rotateVectorMethod · 0.45
getBlockMethod · 0.45
BlockPositionMethod · 0.45
loadMethod · 0.45
saveMethod · 0.45
removeMethod · 0.45
loadMethod · 0.45
saveMethod · 0.45
removeMethod · 0.45
toStringMethod · 0.45
distanceMethod · 0.45
testAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected