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_, HopperBlockEntity p_326256_) static voidHopperBlockEntity.entityInside(Level p_155568_, BlockPos p_155569_, BlockState p_155570_, Entity p_155571_, HopperBlockEntity p_155572_) private static ContainerHopperBlockEntity.getAttachedContainer(Level p_155593_, BlockPos p_155594_, HopperBlockEntity p_326320_) 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.neoforged.neoforge.items
Fields in net.neoforged.neoforge.items declared as HopperBlockEntityMethods in net.neoforged.neoforge.items with parameters of type HopperBlockEntityModifier and TypeMethodDescriptionstatic booleanVanillaInventoryCodeHooks.insertHook(HopperBlockEntity hopper) Copied from TileEntityHopper#transferItemsOut and added capability supportConstructors in net.neoforged.neoforge.items with parameters of type HopperBlockEntity