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

Method moveAll

src/main/java/gregapi/util/ST.java:480–481  ·  view source on GitHub ↗
(DelegatorTileEntity aFrom, DelegatorTileEntity aTo)

Source from the content-addressed store, hash-verified

478
479
480 @SuppressWarnings("rawtypes")
481 public static int moveAll(DelegatorTileEntity aFrom, DelegatorTileEntity aTo) {return moveAll(aFrom, aTo, null, F, F, F, T, 64, 1, 64, 1);}
482 @SuppressWarnings({"unchecked", "rawtypes"})
483 public static int moveAll(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, ItemStackSet<ItemStackContainer> aFilter, boolean aIgnoreSideFrom, boolean aIgnoreSideTo, boolean aInvertFilter, boolean aEjectItems, int aMaxSize, int aMinSize, int aMaxMove, int aMinMove) {
484 if (!(aFrom.mTileEntity instanceof IInventory)) return 0;

Callers 4

doInputItemsMethod · 0.95
doOutputItemsMethod · 0.95
doOutputItemsMethod · 0.95
doOutputItemsMethod · 0.95

Calls 12

putMethod · 0.95
canTakeMethod · 0.95
canPutMethod · 0.95
move_Method · 0.95
sizeMethod · 0.95
getAscendingArrayMethod · 0.80
getSizeInventoryMethod · 0.65
getStackInSlotMethod · 0.65
containsMethod · 0.65
getMaxStackSizeMethod · 0.65

Tested by

no test coverage detected