Interface SpecialBlockItemRequirement

All Known Implementing Classes:
AbstractBogeyBlock, BacktankBlock, BeltBlock, BeltFunnelBlock, CartAssemblerBlock, ElevatorContactBlock, EncasedCogwheelBlock, EncasedPipeBlock, EncasedShaftBlock, FactoryPanelBlock, GirderEncasedShaftBlock, GlassFluidPipeBlock, LecternControllerBlock, NixieTubeBlock, PlacardBlock, StandardBogeyBlock, TrackBlock

public interface SpecialBlockItemRequirement
  • Method Summary

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

    • getRequiredItems

      ItemRequirement getRequiredItems(net.minecraft.world.level.block.state.BlockState state, @Nullable @Nullable net.minecraft.world.level.block.entity.BlockEntity blockEntity)