6789101112
public class GuiMEPortableCell extends GuiMEMonitorable { public GuiMEPortableCell(InventoryPlayer inventoryPlayer, IPortableCell te) { super( inventoryPlayer, te, new ContainerMEPortableCell( inventoryPlayer, null ) ); }