Package | Description |
---|---|
net.minecraft.entity.item | |
net.minecraft.tileentity |
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.getInventoryAboveHopper(Hopper par0Hopper)
Looks for anything, that can hold items (like chests, furnaces, etc.) one block above the given hopper.
|
static boolean |
TileEntityHopper.suckItemsIntoHopper(Hopper par0Hopper)
Sucks one item into the given hopper from an inventory or EntityItem above it.
|