6222622362246225622662276228
* Disable the Inventory and create a new task to enable it after 1.5s. */ public void tempInventoryDisable() { _inventoryDisable = true; ThreadPoolManager.getInstance().scheduleAi(new InventoryEnableTask(this), 1500, true); }