Interface BlockItemProvider<T extends net.minecraft.world.item.BlockItem>

All Known Implementing Classes:
AbstractColoredBlock, AbstractControllerBlock, CableBlock, ConstructorBlock, ControllerBlock, CraftingGridBlock, CreativeControllerBlock, DestructorBlock, DetectorBlock, DiskInterfaceBlock, ExporterBlock, ExternalStorageBlock, GridBlock, ImporterBlock, NetworkReceiverBlock, NetworkTransmitterBlock, PatternGridBlock, RelayBlock, SecurityManagerBlock, WirelessTransmitterBlock
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface BlockItemProvider<T extends net.minecraft.world.item.BlockItem>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • createBlockItem

      T createBlockItem()