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

Method suck

src/main/java/gregapi/util/WD.java:93–93  ·  view source on GitHub ↗
(IHasWorldAndCoords aCoordinates)

Source from the content-addressed store, hash-verified

91 */
92public class WD {
93 public static ItemStack suck(IHasWorldAndCoords aCoordinates) {return suck(aCoordinates.getWorld(), aCoordinates.getX(), aCoordinates.getY(), aCoordinates.getZ());}
94 public static ItemStack suck(World aWorld, double aX, double aY, double aZ) {return suck(aWorld, aX, aY, aZ, 1, 1, 1);}
95 @SuppressWarnings("unchecked")
96 public static ItemStack suck(World aWorld, double aX, double aY, double aZ, double aL, double aH, double aW) {

Callers 5

suckOneItemStackAtMethod · 0.95
onServerTickPostMethod · 0.95
onTick2Method · 0.95
onTick2Method · 0.95
onServerTickPostMethod · 0.95

Calls 6

amountMethod · 0.95
setDeadMethod · 0.80
getWorldMethod · 0.65
getXMethod · 0.65
getYMethod · 0.65
getZMethod · 0.65

Tested by

no test coverage detected