use of net.minecraft.client.gui.screen.ingame.InventoryScreen in project Client by MatHax.
the class EnchantCommand method syncItem.
private void syncItem() { mc.setScreen(new InventoryScreen(mc.player)); mc.setScreen(null); }
Aggregations
UseOf