MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / getTileEntity

Method getTileEntity

src/main/java/gregapi/random/IHasWorld.java:42–42  ·  view source on GitHub ↗
(int aX, int aY, int aZ)

Source from the content-addressed store, hash-verified

40 public int getRandomNumber(int aRange);
41
42 public TileEntity getTileEntity(int aX, int aY, int aZ);
43 public TileEntity getTileEntity(ChunkCoordinates aCoords);
44
45 public Block getBlock(int aX, int aY, int aZ);

Callers 11

onPlayerInteractionMethod · 0.65
getTileEntityMethod · 0.65
potMethod · 0.65
setFlowerPotMethod · 0.65
canConnectElectricityMethod · 0.65
insertEnergyIntoMethod · 0.65
getTileEntityMethod · 0.65
onTick2Method · 0.65
onTick2Method · 0.65
checkAndSetTargetMethod · 0.65
teMethod · 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