Interface ICCLContainerFactory<T extends net.minecraft.world.inventory.AbstractContainerMenu>

All Superinterfaces:
net.minecraft.world.inventory.MenuType.MenuSupplier<T>

public interface ICCLContainerFactory<T extends net.minecraft.world.inventory.AbstractContainerMenu> extends net.minecraft.world.inventory.MenuType.MenuSupplier<T>
Created by covers1624 on 28/10/19.
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    create(int windowId, net.minecraft.world.entity.player.Inventory inventory)
     
    create(int windowId, net.minecraft.world.entity.player.Inventory inventory, MCDataInput packet)
     
  • Method Details

    • create

      T create(int windowId, net.minecraft.world.entity.player.Inventory inventory, MCDataInput packet)
    • create

      default T create(int windowId, net.minecraft.world.entity.player.Inventory inventory)
      Specified by:
      create in interface net.minecraft.world.inventory.MenuType.MenuSupplier<T extends net.minecraft.world.inventory.AbstractContainerMenu>