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

Method air

src/main/java/gregapi/util/WD.java:652–652  ·  view source on GitHub ↗
(World aWorld, int aX, int aY, int aZ)

Source from the content-addressed store, hash-verified

650 public static boolean opq(Block aBlock) {return aBlock.isOpaqueCube() && !(aBlock instanceof BlockLeaves);}
651
652 public static boolean air(World aWorld, int aX, int aY, int aZ) {return air(aWorld, aX, aY, aZ, aWorld.getBlock(aX, aY, aZ));}
653 public static boolean air(World aWorld, int aX, int aY, int aZ, Block aBlock) {return aBlock == NB || (aBlock.isAir(aWorld, aX, aY, aZ) && !(MD.TC.mLoaded && !aBlock.isOpaqueCube() && te(aWorld, aX, aY, aZ, T) instanceof INode));}
654 public static boolean air(Block aBlock) {return aBlock == NB;}
655

Callers 15

connectMethod · 0.95
irrelevantMethod · 0.95
easyRepMethod · 0.95
isAirMethod · 0.95
tryPlaceStuffMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95
tryPlaceStuffMethod · 0.95
tryPlaceStuffMethod · 0.95
tryPlaceStuffMethod · 0.95
setMushroomMethod · 0.95

Calls 4

teMethod · 0.95
getBlockMethod · 0.65
isAirMethod · 0.65
isOpaqueCubeMethod · 0.45

Tested by

no test coverage detected