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

Method getX

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

Source from the content-addressed store, hash-verified

28 */
29public interface IHasCoords {
30 public int getX();
31 public int getY();
32 public int getZ();
33 public int getOffsetX (byte aSide);

Callers 11

onServerTickMethod · 0.65
onDispenseMethod · 0.65
doInjectMethod · 0.65
getXPosFMethod · 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