Uses of Interface
net.minecraft.block.entity.Hopper
Packages that use Hopper
- 
Uses of Hopper in net.minecraft.block.entityClasses in net.minecraft.block.entity that implement HopperMethods in net.minecraft.block.entity with parameters of type HopperModifier and TypeMethodDescriptionprivate static booleanstatic booleanHopperBlockEntity.getInputInventory(World world, Hopper hopper) static List<ItemEntity>HopperBlockEntity.getInputItemEntities(World world, Hopper hopper) 
- 
Uses of Hopper in net.minecraft.entity.vehicleClasses in net.minecraft.entity.vehicle that implement Hopper