Uses of Class
net.minecraft.world.level.block.entity.HopperBlockEntity
Packages that use HopperBlockEntity
-
Uses of HopperBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type HopperBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<HopperBlockEntity>BlockEntityType.HOPPERMethods in net.minecraft.world.level.block.entity with parameters of type HopperBlockEntityModifier and TypeMethodDescriptionprivate static booleanHopperBlockEntity.ejectItems(Level p_155563_, BlockPos p_155564_, BlockState p_155565_, HopperBlockEntity p_155566_) static voidHopperBlockEntity.entityInside(Level p_155568_, BlockPos p_155569_, BlockState p_155570_, Entity p_155571_, HopperBlockEntity p_155572_) static voidHopperBlockEntity.pushItemsTick(Level p_155574_, BlockPos p_155575_, BlockState p_155576_, HopperBlockEntity p_155577_) private static booleanHopperBlockEntity.tryMoveItems(Level p_155579_, BlockPos p_155580_, BlockState p_155581_, HopperBlockEntity p_155582_, BooleanSupplier p_155583_) -
Uses of HopperBlockEntity in net.minecraftforge.items
Fields in net.minecraftforge.items declared as HopperBlockEntityMethods in net.minecraftforge.items with parameters of type HopperBlockEntityModifier and TypeMethodDescriptionstatic booleanVanillaInventoryCodeHooks.insertHook(HopperBlockEntity hopper) Copied from TileEntityHopper#transferItemsOut and added capability supportConstructors in net.minecraftforge.items with parameters of type HopperBlockEntity