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

Method suckAll

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

Source from the content-addressed store, hash-verified

106 return null;
107 }
108 public static List<ItemStack> suckAll(IHasWorldAndCoords aCoordinates) {return suckAll(aCoordinates.getWorld(), aCoordinates.getX(), aCoordinates.getY(), aCoordinates.getZ());}
109 public static List<ItemStack> suckAll(World aWorld, double aX, double aY, double aZ) {return suckAll(aWorld, aX, aY, aZ, 1, 1, 1);}
110 @SuppressWarnings("unchecked")
111 public static List<ItemStack> suckAll(World aWorld, double aX, double aY, double aZ, double aL, double aH, double aW) {

Callers 1

onToolClickMethod · 0.95

Calls 9

arraylistMethod · 0.95
amountMethod · 0.95
setDeadMethod · 0.80
getWorldMethod · 0.65
getXMethod · 0.65
getYMethod · 0.65
getZMethod · 0.65
addMethod · 0.65
isEmptyMethod · 0.45

Tested by

no test coverage detected