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

Method getBlock

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

Source from the content-addressed store, hash-verified

43 public TileEntity getTileEntity(ChunkCoordinates aCoords);
44
45 public Block getBlock(int aX, int aY, int aZ);
46 public Block getBlock(ChunkCoordinates aCoords);
47
48 public byte getMetaData(int aX, int aY, int aZ);

Callers 14

getBlockMethod · 0.65
getOpacityMethod · 0.65
getAirMethod · 0.65
doExplosionAMethod · 0.65
doExplosionBMethod · 0.65
BlockTextureFluidMethod · 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