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

Method onBlockAdded2

src/main/java/gregapi/block/BlockBase.java:125–125  ·  view source on GitHub ↗
(World aWorld, int aX, int aY, int aZ)

Source from the content-addressed store, hash-verified

123 public void updateTick2(World aWorld, int aX, int aY, int aZ, Random aRandom) {/**/}
124 public void onNeighborBlockChange2(World aWorld, int aX, int aY, int aZ, Block aBlock) {/**/}
125 public void onBlockAdded2(World aWorld, int aX, int aY, int aZ) {/**/}
126
127 @Override
128 public final void updateTick(World aWorld, int aX, int aY, int aZ, Random aRandom) {

Callers 1

onBlockAddedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected