MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / getZ

Method getZ

src/main/java/gregapi/random/IHasCoords.java:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 public int getX();
31 public int getY();
32 public int getZ();
33 public int getOffsetX (byte aSide);
34 public int getOffsetY (byte aSide);
35 public int getOffsetZ (byte aSide);

Callers 11

onServerTickMethod · 0.65
onDispenseMethod · 0.65
doInjectMethod · 0.65
getZPosFMethod · 0.65
suckMethod · 0.65
suckAllMethod · 0.65
boxMethod · 0.65
onCoverClickedRightMethod · 0.65
onDispenseMethod · 0.65
doInjectMethod · 0.65

Implementers 3

WorldAndCoordssrc/main/java/gregapi/random/WorldAndC
DelegatorTileEntitysrc/main/java/gregapi/tileentity/deleg
TileEntityBase01Rootsrc/main/java/gregapi/tileentity/base/

Calls

no outgoing calls

Tested by

no test coverage detected