Package net.minecraftforge.fml.network
Interface IContainerFactory<T extends Container>
- All Superinterfaces:
ContainerType.IFactory<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault T
create
(int p_create_1_, PlayerInventory p_create_2_) create
(int windowId, PlayerInventory inv, PacketBuffer data)
-
Method Details
-
create
-
create
- Specified by:
create
in interfaceContainerType.IFactory<T extends Container>
-