public interface IContainerFactory<T extends Container> extends ContainerType.IFactory<T>
Modifier and Type | Method and Description |
---|---|
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
in interface ContainerType.IFactory<T extends Container>