Package | Description |
---|---|
net.minecraft.entity.item | |
net.minecraft.tileentity | |
net.minecraftforge.items |
Modifier and Type | Class and Description |
---|---|
class |
EntityMinecartHopper |
Modifier and Type | Class and Description |
---|---|
class |
TileEntityHopper |
Modifier and Type | Method and Description |
---|---|
static IInventory |
TileEntityHopper.getSourceInventory(IHopper hopper) |
private static boolean |
TileEntityHopper.pullItemFromSlot(IHopper hopper,
IInventory inventoryIn,
int index,
EnumFacing direction) |
static boolean |
TileEntityHopper.pullItems(IHopper hopper) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Boolean |
VanillaInventoryCodeHooks.extractHook(IHopper dest)
Copied from TileEntityHopper#captureDroppedItems and added capability support
|
private static org.apache.commons.lang3.tuple.Pair<IItemHandler,java.lang.Object> |
VanillaInventoryCodeHooks.getItemHandler(IHopper hopper,
EnumFacing hopperFacing) |