Interface KhazReg.BlockItemFactory<B extends net.minecraft.world.level.block.Block, I extends net.minecraft.world.item.Item>

Enclosing class:
KhazReg
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 static interface KhazReg.BlockItemFactory<B extends net.minecraft.world.level.block.Block, I extends net.minecraft.world.item.Item>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(B block, net.minecraft.world.item.Item.Properties properties)
     
  • Method Details

    • create

      I create(B block, net.minecraft.world.item.Item.Properties properties)