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

Method suckOneItemStackAt

src/main/java/gregapi/util/UT.java:3203–3203  ·  view source on GitHub ↗
(World aWorld, double aX, double aY, double aZ, double aL, double aH, double aW)

Source from the content-addressed store, hash-verified

3201
3202 @Deprecated public static class Worlds {
3203 @Deprecated public static ItemStack suckOneItemStackAt(World aWorld, double aX, double aY, double aZ, double aL, double aH, double aW) {return WD.suck(aWorld, aX, aY, aZ, aL, aH, aW);}
3204 @Deprecated public static boolean isSideObstructed(World aWorld, int aX, int aY, int aZ, byte aSide) {return WD.obstructed(aWorld, aX, aY, aZ, aSide);}
3205 @Deprecated public static MovingObjectPosition getMovingObjectPositionFromPlayer(World aWorld, EntityPlayer aPlayer, boolean aFlag) {return WD.getMOP(aWorld, aPlayer, aFlag);}
3206 @Deprecated public static boolean isRealDimension(int aDimensionID) {return T;}

Callers

nothing calls this directly

Calls 1

suckMethod · 0.95

Tested by

no test coverage detected