Interface ISpecialBlockItemRequirement

All Known Implementing Classes:
BeltBlock, BeltFunnelBlock, CartAssemblerBlock, EncasedCogwheelBlock, EncasedPipeBlock, EncasedShaftBlock, GlassFluidPipeBlock, LecternControllerBlock, NixieTubeBlock

public interface ISpecialBlockItemRequirement
  • Method Summary

    Modifier and Type
    Method
    Description
    getRequiredItems(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.block.entity.BlockEntity te)
     
  • Method Details

    • getRequiredItems

      default ItemRequirement getRequiredItems(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.block.entity.BlockEntity te)