Package | Description |
---|---|
net.minecraft.entity.item.minecart | |
net.minecraft.tileentity | |
net.minecraftforge.items |
Modifier and Type | Class and Description |
---|---|
class |
HopperMinecartEntity |
Modifier and Type | Class and Description |
---|---|
class |
HopperTileEntity |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ItemEntity> |
HopperTileEntity.getCaptureItems(IHopper p_200115_0_) |
static IInventory |
HopperTileEntity.getSourceInventory(IHopper hopper) |
private static boolean |
HopperTileEntity.pullItemFromSlot(IHopper hopper,
IInventory inventoryIn,
int index,
Direction direction) |
static boolean |
HopperTileEntity.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 LazyOptional<org.apache.commons.lang3.tuple.Pair<IItemHandler,java.lang.Object>> |
VanillaInventoryCodeHooks.getItemHandler(IHopper hopper,
Direction hopperFacing) |