Uses of Interface
net.minecraft.block.entity.Hopper
Package | Description |
---|---|
net.minecraft.block.entity | |
net.minecraft.entity.vehicle |
-
Uses of Hopper in net.minecraft.block.entity
Classes in net.minecraft.block.entity that implement Hopper Modifier and Type Class Description class
HopperBlockEntity
Methods in net.minecraft.block.entity with parameters of type Hopper Modifier and Type Method Description private static boolean
HopperBlockEntity. extract(Hopper hopper, Inventory inventory, int slot, Direction side)
static boolean
HopperBlockEntity. extract(World world, Hopper hopper)
private static @Nullable Inventory
HopperBlockEntity. getInputInventory(World world, Hopper hopper)
static List<ItemEntity>
HopperBlockEntity. getInputItemEntities(World world, Hopper hopper)
-
Uses of Hopper in net.minecraft.entity.vehicle
Classes in net.minecraft.entity.vehicle that implement Hopper Modifier and Type Class Description class
HopperMinecartEntity