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 classHopperMinecartEntity -
Uses of IHopper in net.minecraft.tileentity
Classes in net.minecraft.tileentity that implement IHopper Modifier and Type Class Description classHopperTileEntityMethods 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 IInventoryHopperTileEntity. getSourceContainer(IHopper p_145884_0_)static booleanHopperTileEntity. suckInItems(IHopper p_145891_0_)private static booleanHopperTileEntity. 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.BooleanVanillaInventoryCodeHooks. 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)
-