public interface IContainerFactory<T extends Container> extends ContainerType.IFactory<T>
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| default T | create(int p_create_1_,
      PlayerInventory p_create_2_) | 
| T | create(int windowId,
      PlayerInventory inv,
      PacketBuffer data) | 
T create(int windowId, PlayerInventory inv, PacketBuffer data)
default T create(int p_create_1_, PlayerInventory p_create_2_)
create インタフェース内 ContainerType.IFactory<T extends Container>