Interface BlockItemProvider<T extends net.minecraft.world.item.BlockItem>
- All Known Implementing Classes:
AbstractColoredBlock
,AbstractControllerBlock
,AutocrafterBlock
,AutocrafterManagerBlock
,AutocraftingMonitorBlock
,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
-
Method Details
-
createBlockItem
T createBlockItem()
-