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

Method oxygen

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

Source from the content-addressed store, hash-verified

394
395
396 public static boolean oxygen(World aWorld, int aX, int aY, int aZ) {
397 return !MD.GC.mLoaded || !(aWorld.provider instanceof IGalacticraftWorldProvider) || OxygenUtil.checkTorchHasOxygen(aWorld, NB, aX, aY, aZ);
398 }
399 public static boolean collectable_air(World aWorld, int aX, int aY, int aZ) {
400 return (!MD.GC.mLoaded || !(aWorld.provider instanceof IGalacticraftWorldProvider)) && !hasCollide(aWorld, aX, aY, aZ) && !liquid(aWorld, aX, aY, aZ);
401 }

Callers 15

onToolClickMethod · 0.95
onOxygenRemovedMethod · 0.95
canBlockStayMethod · 0.95
onBlockAdded2Method · 0.95
beginLeavesDecayMethod · 0.95
updateTick2Method · 0.95
onOxygenRemovedMethod · 0.95
onBlockAdded2Method · 0.95
updateTick2Method · 0.95
tryGrowMethod · 0.95
bumbleCanProduceMethod · 0.95
onToolClick2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected