5152535455565758596061
case GuiIds.HOPPER: if (!(tile instanceof TileHopper)) { return null; } else { return new GuiHopper(player.inventory, (TileHopper) tile); } default: return null; }