MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / moveTo

Method moveTo

src/main/java/gregapi/util/ST.java:534–535  ·  view source on GitHub ↗
(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, int aSlotTo)

Source from the content-addressed store, hash-verified

532 }
533
534 @SuppressWarnings("rawtypes")
535 public static int moveTo(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, int aSlotTo) {return moveTo(aFrom, aTo, aSlotTo, null, F, F, F, T, 64, 1, 64, 1);}
536 @SuppressWarnings({"unchecked", "rawtypes"})
537 public static int moveTo(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, int aSlotTo, ItemStackSet<ItemStackContainer> aFilter, boolean aIgnoreSideFrom, boolean aIgnoreSideTo, boolean aInvertFilter, boolean aEjectItems, int aMaxSize, int aMinSize, int aMaxMove, int aMinMove) {
538 if (aSlotTo < 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