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

Method getCoords

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

Do not change the XYZ of the returned Coordinates Object!

()

Source from the content-addressed store, hash-verified

48
49 /** Do not change the XYZ of the returned Coordinates Object! */
50 public ChunkCoordinates getCoords();
51 /** Do not change the XYZ of the returned Coordinates Object! */
52 public ChunkCoordinates getOffset (byte aSide, int aMultiplier);
53 /** Do not change the XYZ of the returned Coordinates Object! */

Callers 15

onServerTickMethod · 0.65
causeMachineUpdateMethod · 0.65
consumeMaterialsMethod · 0.65
onTick2Method · 0.65
onToolClick2Method · 0.65
breakBlockMethod · 0.65
getClientDataPacketMethod · 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