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 TypeMethodDescriptiondefault Tcreate(int windowId, net.minecraft.world.entity.player.Inventory inventory) create(int windowId, net.minecraft.world.entity.player.Inventory inventory, MCDataInput packet)
-
Method Details
-
create
-
create
- Specified by:
createin interfacenet.minecraft.world.inventory.MenuType.MenuSupplier<T extends net.minecraft.world.inventory.AbstractContainerMenu>
-