Interface MenuTypeAdapter.ClientMenuFactory<T extends net.minecraft.world.inventory.AbstractContainerMenu>

Enclosing class:
MenuTypeAdapter

public static interface MenuTypeAdapter.ClientMenuFactory<T extends net.minecraft.world.inventory.AbstractContainerMenu>
  • Method Summary

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

    • create

      T create(int containerId, net.minecraft.world.entity.player.Inventory playerInventory)