Schnittstelle MenuBuilder.Supplier<M extends net.minecraft.world.inventory.AbstractContainerMenu>

Umschließende Klasse:
MenuBuilder<M extends net.minecraft.world.inventory.AbstractContainerMenu>
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface MenuBuilder.Supplier<M extends net.minecraft.world.inventory.AbstractContainerMenu>
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    create(net.minecraft.world.inventory.MenuType<M> type, int containerId, net.minecraft.world.entity.player.Inventory playerInventory)
     
  • Methodendetails

    • create

      M create(net.minecraft.world.inventory.MenuType<M> type, int containerId, net.minecraft.world.entity.player.Inventory playerInventory)