Interface NamedContainerProviderItem.IContainerSupplier

Enclosing class:
NamedContainerProviderItem

public static interface NamedContainerProviderItem.IContainerSupplier
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.inventory.AbstractContainerMenu
    create(int id, net.minecraft.world.entity.player.Inventory playerInventory, ItemLocation itemLocation)
     
  • Method Details

    • create

      net.minecraft.world.inventory.AbstractContainerMenu create(int id, net.minecraft.world.entity.player.Inventory playerInventory, ItemLocation itemLocation)