Interface AbstractClientModInitializer.ScreenConstructor<T extends net.minecraft.world.inventory.AbstractContainerMenu,U extends net.minecraft.client.gui.screens.Screen & net.minecraft.client.gui.screens.inventory.MenuAccess<T>>

Enclosing class:
AbstractClientModInitializer
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 AbstractClientModInitializer.ScreenConstructor<T extends net.minecraft.world.inventory.AbstractContainerMenu,U extends net.minecraft.client.gui.screens.Screen & net.minecraft.client.gui.screens.inventory.MenuAccess<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(T menu, net.minecraft.world.entity.player.Inventory inventory, net.minecraft.network.chat.Component title)
     
  • Method Details

    • create

      U create(T menu, net.minecraft.world.entity.player.Inventory inventory, net.minecraft.network.chat.Component title)