Uses of Interface
net.minecraft.tileentity.IHopper
-
Packages that use IHopper Package Description net.minecraft.entity.item.minecart net.minecraft.tileentity net.minecraftforge.items -
-
Uses of IHopper in net.minecraft.entity.item.minecart
Classes in net.minecraft.entity.item.minecart that implement IHopper Modifier and Type Class Description class
HopperMinecartEntity
-
Uses of IHopper in net.minecraft.tileentity
Classes in net.minecraft.tileentity that implement IHopper Modifier and Type Class Description class
HopperTileEntity
Methods in net.minecraft.tileentity with parameters of type IHopper Modifier and Type Method Description static java.util.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
Methods in net.minecraftforge.items with parameters of type IHopper Modifier and Type Method Description static java.lang.Boolean
VanillaInventoryCodeHooks. extractHook(IHopper dest)
Copied from TileEntityHopper#captureDroppedItems and added capability supportprivate static java.util.Optional<org.apache.commons.lang3.tuple.Pair<IItemHandler,java.lang.Object>>
VanillaInventoryCodeHooks. getItemHandler(IHopper hopper, Direction hopperFacing)
-