Interface ExtendedMenuTypeFactory.MenuSupplier<T extends net.minecraft.world.inventory.AbstractContainerMenu,D>

Enclosing interface:
ExtendedMenuTypeFactory
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 ExtendedMenuTypeFactory.MenuSupplier<T extends net.minecraft.world.inventory.AbstractContainerMenu,D>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(int syncId, net.minecraft.world.entity.player.Inventory playerInventory, D data)
     
  • Method Details

    • create

      T create(int syncId, net.minecraft.world.entity.player.Inventory playerInventory, D data)