Interface KhazReg.ItemFactory<T 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.ItemFactory<T extends net.minecraft.world.item.Item>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(net.minecraft.resources.ResourceKey<net.minecraft.world.item.Item> key, net.minecraft.world.item.Item.Properties properties)
     
  • Method Details

    • create

      T create(net.minecraft.resources.ResourceKey<net.minecraft.world.item.Item> key, net.minecraft.world.item.Item.Properties properties)