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

Method move

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

Source from the content-addressed store, hash-verified

452 public static EntityItem entity_(World aWorld, ChunkCoordinates aCoords, ItemStack aStack ) {return new EntityItem(aWorld, aCoords.posX+0.5, aCoords.posY+0.5, aCoords.posZ+0.5, update_(aStack, aWorld, aCoords.posX, aCoords.posY, aCoords.posZ));}
453
454 @SuppressWarnings("rawtypes")
455 public static int move(DelegatorTileEntity aFrom, DelegatorTileEntity aTo) {return move(aFrom, aTo, null, F, F, F, T, 64, 1, 64, 1);}
456 @SuppressWarnings({"unchecked", "rawtypes"})
457 public static int move(DelegatorTileEntity aFrom, DelegatorTileEntity aTo, ItemStackSet<ItemStackContainer> aFilter, boolean aIgnoreSideFrom, boolean aIgnoreSideTo, boolean aInvertFilter, boolean aEjectItems, int aMaxSize, int aMinSize, int aMaxMove, int aMinMove) {
458 if (!(aFrom.mTileEntity instanceof IInventory)) return 0;

Callers 15

sortIntoTheInputSlotsMethod · 0.95
getCraftingOutputMethod · 0.95
onToolClick2Method · 0.95
onTick2Method · 0.95
emitOverflowMethod · 0.95
onToolClickMethod · 0.95
onTickPreMethod · 0.95
onTickPreMethod · 0.95
onTick2Method · 0.95
onBlockActivated3Method · 0.95
onBlockActivated3Method · 0.95

Calls 13

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

Tested by

no test coverage detected