Interface IItemHooks


public interface IItemHooks
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    addCreativeTabForms(net.minecraft.world.item.CreativeModeTab tab, Consumer<net.minecraft.world.item.ItemStack> displayItems)
     
  • Method Details

    • addCreativeTabForms

      default void addCreativeTabForms(net.minecraft.world.item.CreativeModeTab tab, Consumer<net.minecraft.world.item.ItemStack> displayItems)