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

Method liquid

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

Source from the content-addressed store, hash-verified

615 }
616
617 public static boolean liquid(World aWorld, int aX, int aY, int aZ) {return liquid(aWorld.getBlock(aX, aY, aZ));}
618 public static boolean liquid(Block aBlock) {return aBlock instanceof BlockLiquid || aBlock instanceof IFluidBlock;}
619
620 public static boolean liquid_classic(World aWorld, int aX, int aY, int aZ) {return liquid_classic(aWorld.getBlock(aX, aY, aZ));}

Callers 15

onItemUseMethod · 0.95
onItemUseMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95
connectMethod · 0.95
onTick2Method · 0.95
updateTickMethod · 0.95
collectable_airMethod · 0.95
generateMethod · 0.95
shootMethod · 0.95
onTickMethod · 0.95

Calls 1

getBlockMethod · 0.65

Tested by

no test coverage detected