Uses of Interface
net.minecraft.tileentity.IHopper
Package
Description
-
Uses of IHopper in net.minecraft.entity.item.minecart
-
Uses of IHopper in net.minecraft.tileentity
Modifier and TypeMethodDescriptionstatic List<ItemEntity>
HopperTileEntity.getItemsAtAndAbove
(IHopper p_200115_0_) static IInventory
HopperTileEntity.getSourceContainer
(IHopper p_145884_0_) static boolean
HopperTileEntity.suckInItems
(IHopper p_145891_0_) private static boolean
HopperTileEntity.tryTakeInItemFromSlot
(IHopper p_174915_0_, IInventory p_174915_1_, int p_174915_2_, Direction p_174915_3_) -
Uses of IHopper in net.minecraftforge.items
Modifier and TypeMethodDescriptionstatic Boolean
VanillaInventoryCodeHooks.extractHook
(IHopper dest) Copied from TileEntityHopper#captureDroppedItems and added capability supportprivate static Optional<org.apache.commons.lang3.tuple.Pair<IItemHandler,
Object>> VanillaInventoryCodeHooks.getItemHandler
(IHopper hopper, Direction hopperFacing)