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

Method updateTick2

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

Source from the content-addressed store, hash-verified

121 public boolean checkNoEntityCollision(World aWorld, int aX, int aY, int aZ, byte aMeta, Entity aExceptThisOne) {return aWorld.checkNoEntityCollision(AxisAlignedBB.getBoundingBox(aX, aY, aZ, aX+1, aY+1, aZ+1), aExceptThisOne);}
122 public boolean isSideSolid(int aMeta, byte aSide) {return T;}
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

Callers 1

updateTickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected