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

Method moveFrom

src/main/java/gregapi/util/ST.java:510–511  ·  view source on GitHub ↗
(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, int aSlotFrom)

Source from the content-addressed store, hash-verified

508
509
510 @SuppressWarnings("rawtypes")
511 public static int moveFrom(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, int aSlotFrom) {return moveFrom(aFrom, aTo, aSlotFrom, null, F, F, F, T, 64, 1, 64, 1);}
512 @SuppressWarnings({"unchecked", "rawtypes"})
513 public static int moveFrom(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, int aSlotFrom, ItemStackSet<ItemStackContainer> aFilter, boolean aIgnoreSideFrom, boolean aIgnoreSideTo, boolean aInvertFilter, boolean aEjectItems, int aMaxSize, int aMinSize, int aMaxMove, int aMinMove) {
514 if (aSlotFrom < 0) return 0;

Callers 1

onTickPreMethod · 0.95

Calls 11

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

Tested by

no test coverage detected