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

Method getY

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

Source from the content-addressed store, hash-verified

29public interface IHasCoords {
30 public int getX();
31 public int getY();
32 public int getZ();
33 public int getOffsetX (byte aSide);
34 public int getOffsetY (byte aSide);

Callers 12

onServerTickMethod · 0.65
onDispenseMethod · 0.65
doInjectMethod · 0.65
getYPosFMethod · 0.65
suckMethod · 0.65
suckAllMethod · 0.65
boxMethod · 0.65
onTickPreMethod · 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