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 pLevel, BlockPos pPos, HopperBlockEntity pBlockEntity) static voidHopperBlockEntity.entityInside(Level pLevel, BlockPos pPos, BlockState pState, Entity pEntity, HopperBlockEntity pBlockEntity) private static ContainerHopperBlockEntity.getAttachedContainer(Level pLevel, BlockPos pPos, HopperBlockEntity pBlockEntity) static voidHopperBlockEntity.pushItemsTick(Level pLevel, BlockPos pPos, BlockState pState, HopperBlockEntity pBlockEntity) private static booleanHopperBlockEntity.tryMoveItems(Level pLevel, BlockPos pPos, BlockState pState, HopperBlockEntity pBlockEntity, BooleanSupplier pValidator) -
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, IItemHandler itemHandler) Tries to insert a hopper's items into an item handler.Constructors in net.neoforged.neoforge.items with parameters of type HopperBlockEntity