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

All Known Implementing Classes:
ICCLContainerType.CCLContainerType

public interface ICCLContainerType<T extends net.minecraft.world.inventory.AbstractContainerMenu>
Created by covers1624 on 28/10/19.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    ICCLContainerType.CCLContainerType<T extends net.minecraft.world.inventory.AbstractContainerMenu>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(int windowId, net.minecraft.world.entity.player.Inventory inventory, MCDataInput packet)
     
    static <T extends net.minecraft.world.inventory.AbstractContainerMenu>
    net.minecraft.world.inventory.MenuType<T>
     
    static <T extends net.minecraft.world.inventory.AbstractContainerMenu>
    net.minecraft.world.inventory.MenuType<T>
    create(ICCLContainerFactory<T> factory, net.minecraft.world.flag.FeatureFlag... featureFlags)
     
  • Method Details

    • create

      static <T extends net.minecraft.world.inventory.AbstractContainerMenu> net.minecraft.world.inventory.MenuType<T> create(ICCLContainerFactory<T> factory)
    • create

      static <T extends net.minecraft.world.inventory.AbstractContainerMenu> net.minecraft.world.inventory.MenuType<T> create(ICCLContainerFactory<T> factory, net.minecraft.world.flag.FeatureFlag... featureFlags)
    • create

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